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": "reprehenderit ea quis culpa do",
"limit": "voluptate",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "5341",
"actionName": "Reboot",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2023-03-17T07:53:29.109Z",
"endTime": "1953-04-06T02:41:00.14Z",
"status": "running",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "VLAN Service",
"actionName": "Update"
},
"lt": {
"startTime": "1951-06-20T20:35:07.455Z",
"endTime": null
},
"lte": {
"startTime": "2023-01-27T07:36:32.843Z",
"endTime": "2008-01-23T12:26:14.182Z"
},
"gt": {
"startTime": "1980-03-24T00:09:31.354Z",
"endTime": "1955-08-18T21:27:10.583Z"
},
"gte": {
"startTime": "1968-06-20T21:01:25.656Z",
"endTime": null
},
"include": [
"aute tempor ad officia",
"ut",
"enim laboris culpa do"
],
"exclude": [
"non occaecat dolore cupidatat proident",
"irure qui nostrud id",
"ullamco Ut laboris mollit",
"elit cupidatat ut 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": -31439204,
"limit": -5645562,
"total": -95067450,
"nextPageSkip": -61903851,
"previousPageSkip": -78074762,
"currentPageSize": -73379492
}
}