Skip to main content

Report packet capture upload progress

POST
/agents/dumps/progress

Contract

Parameter
Value
Sectionagents
AuthenticationAgentAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectProgress data: hostname, taskID, filename, status, uploadedBytes, totalBytes, speed
  • {}

Responses

2 responses

Status
Description
Type
200
Successful responseno body
400
Agent secret is missing or the request body is invalidobject
  • {
      "data": {},
      "error": "<string>"
    }