Skip to main content

Upload packet capture

POST
/agents/dumps

Contract

Parameter
Value
Sectionagents
AuthenticationAgentAuth
Consumesmultipart/form-data
Producestext/plain

Parameters

2 parameters

Name
Location
Required
Type
Description
dumpformDatayesfileCaptured .pcap file
X-File-NameheadernostringOverrides the stored filename
  • {}

Responses

4 responses

Status
Description
Type
200
File uploaded successfullystring
400
Invalid file uploadobject
413
File exceeds the maximum upload sizeobject
500
Failed to save packet captureobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }