Summary
Searches resource action history documents
Description
Searches resource action history documents
Route
GET /lifecycle-manager/action-executions
Roles
admin
apiread
designer
operator
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| searchParameters |
object |
yes |
- |
Copied to Clipboard
{
"searchParameters": {
"skip": "laborum velit",
"limit": "sit laboris adipisicing",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "ServiceNow Ticket",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Reboot",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1972-04-22T03:51:42.905Z",
"endTime": "1952-09-22T13:33:56.2Z",
"status": "canceled",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1997-10-25T11:37:54.262Z",
"endTime": "2026-01-15T18:32:13.408Z"
},
"lte": {
"startTime": "1979-02-18T00:36:45.82Z",
"endTime": "1953-07-05T06:13:54.993Z"
},
"gt": {
"startTime": "1982-09-01T15:25:07.921Z",
"endTime": "1952-12-29T18:29:39.634Z"
},
"gte": {
"startTime": "1967-07-27T22:35:10.503Z",
"endTime": null
},
"include": [
"irure laborum dolore",
"fugiat ipsum Ut ut",
"magna sed dolore sunt do"
],
"exclude": [
"dolor culpa incididunt nostrud adipisicing",
"dolor sunt id nisi",
"quis consequat proident exercitation ut",
"aute"
]
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"searchParameters": {
"title": "searchParameters",
"$ref": "resource-action-execution-search-params"
}
},
"required": [
"searchParameters"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| response |
object |
- |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": "null",
"metadata": {
"skip": -66198484,
"limit": 12417240,
"total": 51875458,
"nextPageSkip": 83860580,
"previousPageSkip": 38014569,
"currentPageSize": 7288094
}
}