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": "dolor dolore dolor nostrud",
"limit": "magna ullamco in dolor ad",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0000",
"actionName": "Reboot",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1991-09-20T14:13:21.91Z",
"endTime": "1974-04-26T02:09:06.277Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "ServiceNow Ticket",
"actionName": "Create"
},
"lt": {
"startTime": "1968-12-31T02:17:53.45Z",
"endTime": null
},
"lte": {
"startTime": "1997-01-22T06:42:11.513Z",
"endTime": null
},
"gt": {
"startTime": "2018-09-01T11:04:57.796Z",
"endTime": null
},
"gte": {
"startTime": "2003-04-10T00:04:35.595Z",
"endTime": "2010-11-17T11:45:41.754Z"
},
"include": [
"fugiat ea ipsum voluptate enim",
"aliqua velit culpa et dolore"
],
"exclude": [
"sint tempor",
"ipsum labore in in eiusmod",
"sunt reprehenderit deserunt Ut voluptate",
"incididunt commodo"
]
}
}
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": -84285875,
"limit": 9462192,
"total": -65410884,
"nextPageSkip": 93461093,
"previousPageSkip": 60568287,
"currentPageSize": -56183076
}
}