Delete all pcaps
DELETE /strongcourage/MAIP/v1/pcaps/ HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
Successful delete all uploaded pcaps
No content
Get the list of all pcap files which are available for analyzing
GET /strongcourage/MAIP/v1/pcaps/ HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
Successful operation
{ "pcaps": [ "tcp_bbc-out-of-order.pcap" ] }
Update a pcap file to analyse
POST /strongcourage/MAIP/v1/pcaps/ HTTP/1.1 Host: virtserver.swaggerhub.com Content-Type: multipart/form-data Accept: */* Content-Length: 21 { "pcapFile": "binary" }
{ "pcapFile": "text" }