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": "irure",
"limit": "enim adipisicing Ut quis",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0000",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1964-12-09T06:28:36.816Z",
"endTime": "1976-05-23T21:23:57.474Z",
"status": "paused",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1966-06-06T22:22:54.95Z",
"endTime": null
},
"lte": {
"startTime": "1973-03-10T07:25:33.376Z",
"endTime": null
},
"gt": {
"startTime": "1967-08-20T03:18:40.648Z",
"endTime": "1994-05-21T13:25:47.382Z"
},
"gte": {
"startTime": "2019-05-02T05:19:18.511Z",
"endTime": "1947-11-13T12:26:26.331Z"
},
"include": [
"ea",
"voluptate sunt nulla officia commodo"
],
"exclude": [
"in est",
"aute",
"quis Ut Excepteur"
]
}
}
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": -84125792,
"limit": 34989820,
"total": 30372193,
"nextPageSkip": 82224796,
"previousPageSkip": 50702442,
"currentPageSize": 92056844
}
}