[
{
"id": 123,
"ruleId": 123,
"alertId": "<string>",
"command": "<string>",
"commandResult": "<string>",
"agent": "<string>",
"executionDate": "2023-11-07T05:31:56Z",
"executionStatus": "EXECUTED",
"nonExecutionCause": "AGENT_OFFLINE",
"executionRetries": 123
}
]
[
{
"id": 123,
"ruleId": 123,
"alertId": "<string>",
"command": "<string>",
"commandResult": "<string>",
"agent": "<string>",
"executionDate": "2023-11-07T05:31:56Z",
"executionStatus": "EXECUTED",
"nonExecutionCause": "AGENT_OFFLINE",
"executionRetries": 123
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
The response is of type object[]
.