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": "esse eiusmod",
"limit": "sint Ut in anim",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0a2f",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2018-01-22T16:16:45.723Z",
"endTime": "2006-08-06T05:07:51.054Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "EC2 Instance",
"actionName": "Update"
},
"lt": {
"startTime": "1972-03-22T23:37:52.327Z",
"endTime": "1957-05-18T09:06:11.843Z"
},
"lte": {
"startTime": "1953-10-05T10:03:04.261Z",
"endTime": "1966-05-07T18:32:48.571Z"
},
"gt": {
"startTime": "2006-01-01T09:31:27.29Z",
"endTime": null
},
"gte": {
"startTime": "1959-01-11T05:37:10.008Z",
"endTime": "1947-04-11T21:16:19.53Z"
},
"include": [
"ut do",
"Lorem adipisicing sed commodo aliqua",
"dolore sunt",
"aliquip",
"Duis id tempor pariatur"
],
"exclude": [
"cillum in in in non",
"consequat in"
]
}
}
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": 81343606,
"limit": -48694384,
"total": -32013870,
"nextPageSkip": -33314270,
"previousPageSkip": -34025042,
"currentPageSize": -85454868
}
}