Get detailed PCAP analysis
GET
/files/{id}/pcap-detailedReturns a detailed PCAP analysis.
Contract
Parameter | Value |
|---|---|
| Section | files |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
2 parameters
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| id | path | yes | integer | File ID |
| clientIp | query | no | string | Limit analysis to one client IP |
Responses
5 responses
Status | Description | Type |
|---|---|---|
200 | DetailedPcapInfo: {clients[]} with nested sessions and steps | object |
400 | Invalid file ID or invalid PCAP file | object |
401 | Unauthorized | object |
404 | File not found | object |
500 | Failed to read file | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": {} }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }