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": "culpa",
"limit": "do ipsum",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1979-06-27T14:50:03.345Z",
"endTime": "1950-11-18T16:12:20.252Z",
"status": "paused",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "VLAN Service",
"actionName": "Update"
},
"lt": {
"startTime": "2016-09-30T11:37:15.147Z",
"endTime": "1958-11-13T08:10:31.532Z"
},
"lte": {
"startTime": "2008-03-10T17:00:45.373Z",
"endTime": "1976-09-24T17:11:41.862Z"
},
"gt": {
"startTime": "2003-01-12T22:44:40.831Z",
"endTime": "2024-06-06T18:04:41.384Z"
},
"gte": {
"startTime": "1949-12-17T03:03:32.36Z",
"endTime": null
},
"include": [
"ex Duis qui exercitation",
"adipisicing labore",
"tempor minim ad nulla"
],
"exclude": [
"minim ut",
"Ut ut tempor",
"veniam aliquip dolor",
"adipisicing in voluptate dolore",
"cillum id esse Lorem aliqua"
]
}
}
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": "Successfully retrieved search results",
"data": "null",
"metadata": {
"skip": -98663850,
"limit": -33254575,
"total": 48025537,
"nextPageSkip": 97442388,
"previousPageSkip": -22230962,
"currentPageSize": -57292576
}
}