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": "reprehenderit sed",
"limit": "elit dolore cupidatat in voluptate",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0000",
"actionName": "Create",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1993-12-23T07:05:17.637Z",
"endTime": "1978-12-09T18:49:41.522Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "VLAN Service",
"actionName": "Create"
},
"lt": {
"startTime": "1969-08-12T23:28:10.247Z",
"endTime": null
},
"lte": {
"startTime": "1984-10-02T19:36:06.98Z",
"endTime": "2000-11-18T21:46:26.198Z"
},
"gt": {
"startTime": "1979-08-25T20:28:20.709Z",
"endTime": "2016-04-30T06:50:50.964Z"
},
"gte": {
"startTime": "1985-11-10T14:27:18.723Z",
"endTime": null
},
"include": [
"est"
],
"exclude": [
"tempor aliqua sint",
"reprehenderit consectetur fugiat non amet",
"officia Lorem laboris"
]
}
}
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": "A server error occurred while processing this request",
"data": "null",
"metadata": {
"errors": [],
"skip": -50802775,
"limit": -53078496,
"total": 1462685,
"nextPageSkip": -17194917,
"previousPageSkip": -7484232,
"currentPageSize": -11424055
}
}