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": "nisi",
"limit": "quis",
"sort": "created",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "ServiceNow Ticket",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "EC2 Instance",
"actionId": "0a2f",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1981-10-29T19:19:16.419Z",
"endTime": "2001-04-23T18:28:27.161Z",
"status": "running",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "ServiceNow Ticket",
"actionName": "Reboot"
},
"lt": {
"startTime": "2014-11-28T21:44:54.675Z",
"endTime": null
},
"lte": {
"startTime": "1976-02-05T08:36:03.959Z",
"endTime": null
},
"gt": {
"startTime": "1979-12-01T06:30:40.647Z",
"endTime": "1959-07-06T06:39:29.438Z"
},
"gte": {
"startTime": "1950-06-30T22:16:41.389Z",
"endTime": null
},
"include": [
"sed officia",
"nulla nostrud qui velit",
"commodo enim",
"velit id ut",
"nostrud dolor"
],
"exclude": [
"amet nulla magna consequat commodo"
]
}
}
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": 48765777,
"limit": 36802541,
"total": -8741653,
"nextPageSkip": -11709554,
"previousPageSkip": 67495579,
"currentPageSize": 21345972
}
}