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": "laborum enim tempor sunt amet",
"limit": "cillum in nostrud occaecat",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0000",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1994-04-11T21:42:48.898Z",
"endTime": "2004-03-11T08:50:33.795Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "VLAN Service",
"actionName": "Update"
},
"lt": {
"startTime": "2017-07-05T18:10:20.282Z",
"endTime": "2024-08-07T04:32:00.415Z"
},
"lte": {
"startTime": "1997-05-30T23:30:34.268Z",
"endTime": "1972-05-03T07:40:23.562Z"
},
"gt": {
"startTime": "1961-08-25T17:55:50.62Z",
"endTime": "1966-01-16T22:16:17.576Z"
},
"gte": {
"startTime": "2003-06-30T02:12:48.596Z",
"endTime": "1984-05-22T11:26:43.967Z"
},
"include": [
"est",
"sunt cillum fugiat in reprehenderit",
"eu",
"et sit amet tempor aliquip",
"non consectetur in pariatur Excepteur"
],
"exclude": [
"ad culpa nisi id",
"enim",
"dolore",
"dolore anim magna",
"quis aliquip est anim consequat"
]
}
}
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 created the requested item",
"data": "null",
"metadata": {
"skip": 80882889,
"limit": 34925801,
"total": 25596848,
"nextPageSkip": -7709115,
"previousPageSkip": -55058815,
"currentPageSize": 72349372
}
}