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": "in",
"limit": "Duis sunt labore Lorem",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1994-09-27T06:44:28.365Z",
"endTime": "2020-12-26T06:16:49.138Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "ServiceNow Ticket",
"instanceName": "VLAN Service",
"actionName": "Reboot"
},
"lt": {
"startTime": "1991-02-17T15:43:21.205Z",
"endTime": null
},
"lte": {
"startTime": "1954-06-06T06:00:35.461Z",
"endTime": null
},
"gt": {
"startTime": "1966-10-02T04:57:57.29Z",
"endTime": "2003-05-05T11:40:42.903Z"
},
"gte": {
"startTime": "1979-02-21T05:05:17.897Z",
"endTime": null
},
"include": [
"occaecat nostrud laborum adipisicing proident",
"dolore",
"consequat dolor",
"ullamco culpa occaecat",
"enim dolore nisi ut"
],
"exclude": [
"Duis sint",
"consectetur",
"id",
"consectetur reprehenderit et"
]
}
}
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": "A server error occurred while processing this request",
"data": "null",
"metadata": {
"errors": [],
"skip": -12761432,
"limit": -40417261,
"total": -17810879,
"nextPageSkip": 73452479,
"previousPageSkip": -86963663,
"currentPageSize": -92669748
}
}