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": "sit ex proident culpa sunt",
"limit": "anim consequat in",
"sort": "name",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1988-10-12T20:09:08.528Z",
"endTime": "1961-12-20T04:54:31.911Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "VLAN Service",
"instanceName": "VLAN Service",
"actionName": "Create"
},
"lt": {
"startTime": "2004-12-20T17:34:06.492Z",
"endTime": "1963-01-02T00:36:52.81Z"
},
"lte": {
"startTime": "1995-08-30T18:22:22.242Z",
"endTime": null
},
"gt": {
"startTime": "1966-09-07T08:42:47.386Z",
"endTime": null
},
"gte": {
"startTime": "2018-12-01T03:21:03.29Z",
"endTime": "1988-06-18T12:49:35.755Z"
},
"include": [
"in ullamco"
],
"exclude": [
"occaecat dolor consectetur",
"ea",
"sit Lorem adipisicing",
"elit reprehenderit"
]
}
}
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": -12459273,
"limit": -9950725,
"total": -91823171,
"nextPageSkip": -63834701,
"previousPageSkip": 66296856,
"currentPageSize": 69693671
}
}