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 aute tempor",
"limit": "Duis ad",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Reboot",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1988-06-11T01:19:10.416Z",
"endTime": "1969-01-05T00:54:33.824Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "2018-08-09T21:23:11.679Z",
"endTime": null
},
"lte": {
"startTime": "2024-12-17T18:58:05.042Z",
"endTime": null
},
"gt": {
"startTime": "1996-11-11T05:51:48.796Z",
"endTime": "1976-06-12T21:08:49.19Z"
},
"gte": {
"startTime": "1961-11-09T07:43:08.614Z",
"endTime": "2002-08-04T14:03:28.262Z"
},
"include": [
"et cillum voluptate",
"mollit consequat"
],
"exclude": [
"ea proident tempor Excepteur consequat",
"cillum nulla consequat",
"ad incididunt enim amet",
"deserunt dolor",
"est deserunt consequat dolore occaecat"
]
}
}
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": 14572426,
"limit": -57156534,
"total": 67157727,
"nextPageSkip": 71552462,
"previousPageSkip": -1396857,
"currentPageSize": -32390921
}
}