/

Get the list of all pcap files

get

Get the list of all pcap files which are available for analyzing

Responses
200
Successful operation
application/json
get
GET /strongcourage/MAIP/v1/pcaps/ HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful operation

{
  "pcaps": [
    "tcp_bbc-out-of-order.pcap"
  ]
}

Upload a pcap file

post

Update a pcap file to analyse

Body
pcapFilestring · binaryOptional
Responses
200
Successful operation
application/json
post
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"
}

Delete all pcaps

delete

Delete all pcaps

Responses
200
Successful delete all uploaded pcaps
delete
DELETE /strongcourage/MAIP/v1/pcaps/ HTTP/1.1
Host: virtserver.swaggerhub.com
Accept: */*
200

Successful delete all uploaded pcaps

No content