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": "deserunt",
"limit": "dolor voluptate occaecat ea dolore",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Create",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1953-09-05T03:23:36.894Z",
"endTime": "2022-09-03T05:32:45.026Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1984-04-22T21:01:21.864Z",
"endTime": null
},
"lte": {
"startTime": "1951-04-14T14:58:35.992Z",
"endTime": "2005-01-09T16:03:28.739Z"
},
"gt": {
"startTime": "2007-11-23T14:46:34.124Z",
"endTime": null
},
"gte": {
"startTime": "1974-04-25T22:25:44.468Z",
"endTime": null
},
"include": [
"ut ea",
"Ut in"
],
"exclude": [
"nostrud deserunt ex",
"dolore",
"sed enim aliqua",
"culpa exercitation proident"
]
}
}
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": -40378271,
"limit": 84894473,
"total": -54265684,
"nextPageSkip": 52654468,
"previousPageSkip": 45472057,
"currentPageSize": -37992091
}
}