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": "veniam commodo et ullamco laborum",
"limit": "eu pariatur Duis proident",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2022-08-17T06:37:39.394Z",
"endTime": "1972-11-24T17:02:46.017Z",
"status": "running",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "ServiceNow Ticket",
"actionName": "Update"
},
"lt": {
"startTime": "1981-04-26T16:08:11.727Z",
"endTime": "2020-12-22T08:57:59.245Z"
},
"lte": {
"startTime": "1949-12-11T21:56:15.207Z",
"endTime": "1988-05-12T10:29:47.129Z"
},
"gt": {
"startTime": "2005-10-04T11:23:03.897Z",
"endTime": "2002-06-15T23:46:29.308Z"
},
"gte": {
"startTime": "2005-01-15T16:56:53.332Z",
"endTime": "1984-04-29T22:59:15.845Z"
},
"include": [
"laboris non"
],
"exclude": [
"velit nostrud elit",
"occaecat dolor",
"reprehenderit sunt"
]
}
}
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": 88451889,
"limit": 26334630,
"total": 96151052,
"nextPageSkip": -70004434,
"previousPageSkip": -32874895,
"currentPageSize": 53971615
}
}