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": "mollit adipisicing dolore esse",
"limit": "ad nulla culpa",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "ServiceNow Ticket",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0000",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1984-01-26T03:07:07.845Z",
"endTime": "1995-11-14T03:14:52.664Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1967-03-11T11:00:41.292Z",
"endTime": "1971-06-15T14:21:31.429Z"
},
"lte": {
"startTime": "2000-07-08T08:31:02.181Z",
"endTime": "2017-11-18T18:40:14.431Z"
},
"gt": {
"startTime": "2003-02-21T03:02:32.895Z",
"endTime": "2003-08-30T20:13:51.961Z"
},
"gte": {
"startTime": "1970-01-07T14:05:53.007Z",
"endTime": null
},
"include": [
"fugiat",
"anim quis exercitation mollit",
"ullamco ut"
],
"exclude": [
"nostrud amet tempor",
"consectetur",
"eu ipsum 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": "A server error occurred while processing this request",
"data": "null",
"metadata": {
"errors": [],
"skip": 24576925,
"limit": 22401590,
"total": -36707551,
"nextPageSkip": -94371437,
"previousPageSkip": 97343104,
"currentPageSize": -27239999
}
}