/
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"
]
}
Update a pcap file to analyse
Body
pcapFilestring · binaryOptional
Responses
200
Successful operation
application/json
500
Failed to upload pcap files
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"
}