GET
/
api
/
utm-alert-response-rule-executions
[
  {
    "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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*
OK
ruleId
integer
required
alertId
string
required
Maximum length: 150
command
string
required
agent
string
required
Maximum length: 150
executionDate
string
required
executionStatus
enum<string>
required
Available options:
EXECUTED,
PENDING,
FAILED
id
integer
commandResult
string
nonExecutionCause
enum<string>
Available options:
AGENT_OFFLINE,
AGENT_NOT_FOUND,
UNKNOWN
executionRetries
integer