[
{
"id": 123,
"ruleId": 123,
"createdDate": "2023-11-07T05:31:56Z",
"previousState": {
"id": 123,
"name": "<string>",
"description": "<string>",
"conditions": [
{
"operator": "IS",
"field": "<string>",
"value": {}
}
],
"command": "<string>",
"active": true,
"agentPlatform": "<string>",
"defaultAgent": "<string>",
"excludedAgents": [
"<string>"
],
"createdBy": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"lastModifiedBy": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z"
}
}
]
[
{
"id": 123,
"ruleId": 123,
"createdDate": "2023-11-07T05:31:56Z",
"previousState": {
"id": 123,
"name": "<string>",
"description": "<string>",
"conditions": [
{
"operator": "IS",
"field": "<string>",
"value": {}
}
],
"command": "<string>",
"active": true,
"agentPlatform": "<string>",
"defaultAgent": "<string>",
"excludedAgents": [
"<string>"
],
"createdBy": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"lastModifiedBy": "<string>",
"lastModifiedDate": "2023-11-07T05:31:56Z"
}
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Zero-based page index (0..N)
x >= 0
The size of the page to be returned
x >= 1
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
The response is of type object[]
.