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": "commodo ea",
"limit": "eu",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0000",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2013-05-02T03:52:12.02Z",
"endTime": "1967-07-29T14:14:13.761Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "VLAN Service",
"actionName": "Create"
},
"lt": {
"startTime": "1999-09-10T11:33:38.953Z",
"endTime": null
},
"lte": {
"startTime": "1983-02-12T19:45:40.504Z",
"endTime": null
},
"gt": {
"startTime": "1961-11-06T15:27:02.014Z",
"endTime": "1963-08-22T22:59:57.945Z"
},
"gte": {
"startTime": "1976-02-06T05:49:09.261Z",
"endTime": "2021-02-14T01:47:24.228Z"
},
"include": [
"tempor",
"velit eiusmod pariatur quis",
"Excepteur aute",
"laboris",
"qui velit ea"
],
"exclude": [
"dolor laboris nostrud et ad",
"do ullamco qui ipsum est"
]
}
}
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 imported 3 of 4 documents",
"data": "null",
"metadata": {
"skip": 10901614,
"limit": 71561251,
"total": 86935752,
"nextPageSkip": -95155426,
"previousPageSkip": -12868034,
"currentPageSize": -13316869
}
}