Request a new packet capture from an agent
GET
/dumps/request/{agentId}Contract
Parameter | Value |
|---|---|
| Section | agents |
| Authentication | CookieAuth |
| Consumes | not required |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| agentId | path | yes | integer | Agent ID |
Responses
2 responses
Status | Description | Type |
|---|---|---|
200 | Agent response to the packet capture request | object |
500 | Invalid ID or agent unavailable | object |
{}{ "data": {}, "error": "<string>" }