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": "dolore Duis",
"limit": "nostrud",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0000",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1995-10-07T09:42:58.291Z",
"endTime": "1990-05-15T10:10:19.727Z",
"status": "paused",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "EC2 Instance",
"actionName": "Reboot"
},
"lt": {
"startTime": "1991-06-14T10:52:53.774Z",
"endTime": null
},
"lte": {
"startTime": "1974-07-08T08:29:45.042Z",
"endTime": "2013-11-29T11:19:14.521Z"
},
"gt": {
"startTime": "1966-04-08T02:12:17.479Z",
"endTime": "2011-07-02T09:39:18.852Z"
},
"gte": {
"startTime": "2005-05-01T21:15:29.259Z",
"endTime": "1968-06-16T16:51:04.493Z"
},
"include": [
"aliqua in commodo",
"dolor elit dolor id ex",
"id"
],
"exclude": [
"et aute do anim fugiat"
]
}
}
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": -87147595,
"limit": 86415736,
"total": -93546440,
"nextPageSkip": -34184725,
"previousPageSkip": 40477894,
"currentPageSize": 68469625
}
}