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": "sint ea dolor culpa dolor",
"limit": "in aliquip dolor",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Create",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2003-09-20T07:49:42.363Z",
"endTime": "2001-09-04T02:02:36.572Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "ServiceNow Ticket",
"actionName": "Reboot"
},
"lt": {
"startTime": "1975-12-23T12:16:45.19Z",
"endTime": null
},
"lte": {
"startTime": "1981-07-13T12:33:09.03Z",
"endTime": "1963-10-20T18:55:01.168Z"
},
"gt": {
"startTime": "2019-02-18T20:09:44.975Z",
"endTime": "1973-08-08T04:32:35.497Z"
},
"gte": {
"startTime": "1970-08-28T07:17:12.494Z",
"endTime": "1994-08-24T15:51:18.824Z"
},
"include": [
"ex Duis qui est",
"ipsum",
"consequat Ut laborum",
"tempor aute"
],
"exclude": [
"dolor anim",
"in ullamco sunt",
"ullamco ea"
]
}
}
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": 14133995,
"limit": 13484937,
"total": -78168965,
"nextPageSkip": 19358731,
"previousPageSkip": 76057264,
"currentPageSize": -80044009
}
}