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": "incididunt sunt tempor deserunt",
"limit": "deserunt ut in cillum aliquip",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0a2f",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2007-06-20T11:55:35.331Z",
"endTime": "2010-07-25T07:23:23.277Z",
"status": "canceled",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "VLAN Service",
"actionName": "Create"
},
"lt": {
"startTime": "2004-09-11T09:33:19.116Z",
"endTime": "2023-09-09T18:57:24.367Z"
},
"lte": {
"startTime": "1989-02-16T23:16:40.459Z",
"endTime": null
},
"gt": {
"startTime": "2007-10-08T15:48:39.411Z",
"endTime": null
},
"gte": {
"startTime": "1961-02-11T09:39:04.509Z",
"endTime": "1962-12-24T22:09:18.379Z"
},
"include": [
"laborum aute dolore",
"est",
"dolore veniam magna mollit Ut"
],
"exclude": [
"laborum",
"officia dolor pariatur",
"magna ea aliqua dolor"
]
}
}
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": -35337790,
"limit": -50498408,
"total": 97552060,
"nextPageSkip": 27904561,
"previousPageSkip": 7225515,
"currentPageSize": -62882202
}
}