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": "eiusmod in dolore officia",
"limit": "officia cupidatat sit nostrud quis",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "5341",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1966-07-29T10:42:59.318Z",
"endTime": "1949-01-07T03:56:52.116Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1973-01-12T11:25:28.279Z",
"endTime": "2009-01-10T15:24:02.787Z"
},
"lte": {
"startTime": "1954-10-10T03:25:03.117Z",
"endTime": null
},
"gt": {
"startTime": "2023-01-25T01:51:01.414Z",
"endTime": null
},
"gte": {
"startTime": "1971-02-27T15:48:29.43Z",
"endTime": null
},
"include": [
"id Lorem labore nostrud occaecat",
"culpa est adipisicing Excepteur mollit"
],
"exclude": [
"ut do in consequat"
]
}
}
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 retrieved search results",
"data": "null",
"metadata": {
"skip": -47381259,
"limit": -61877919,
"total": -68268461,
"nextPageSkip": -19469203,
"previousPageSkip": -95573562,
"currentPageSize": -33273478
}
}