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 ea eiusmod",
"limit": "sed",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1991-10-08T18:57:16.473Z",
"endTime": "2015-07-25T11:13:42.898Z",
"status": "canceled",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "EC2 Instance",
"actionName": "Reboot"
},
"lt": {
"startTime": "1946-10-12T07:25:20.57Z",
"endTime": null
},
"lte": {
"startTime": "2020-05-24T11:10:58.2Z",
"endTime": null
},
"gt": {
"startTime": "2017-04-01T04:50:16.106Z",
"endTime": null
},
"gte": {
"startTime": "2000-12-30T13:03:59.467Z",
"endTime": "2010-05-12T09:06:42.486Z"
},
"include": [
"ipsum Excepteur laboris",
"tempor culpa elit Duis",
"proident irure exercitation minim incididunt",
"nostrud dolor in",
"eu aliquip ut"
],
"exclude": [
"ex fugiat"
]
}
}
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": -1981895,
"limit": 41513250,
"total": -88684470,
"nextPageSkip": -41124295,
"previousPageSkip": 44149411,
"currentPageSize": -83616845
}
}