/

Get the list of all pcap files

get
/pcaps/

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

Responses
200

Successful operation

application/json
get
/pcaps/
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
/pcaps/

Update a pcap file to analyse

Body
pcapFilestring · binaryOptional
Responses
200

Successful operation

application/json
post
/pcaps/
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
/pcaps/

Delete all pcaps

Responses
200

Successful delete all uploaded pcaps

No content

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

Successful delete all uploaded pcaps

No content