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": "non",
"limit": "culpa",
"sort": "created",
"order": "asc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "ServiceNow Ticket",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Suspend",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "2005-02-22T16:31:06.127Z",
"endTime": "1991-04-14T04:31:06.976Z",
"status": "running",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"name": "name1,name2,name3"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "VLAN Service",
"actionName": "Suspend"
},
"lt": {
"startTime": "1949-07-12T04:03:20.671Z",
"endTime": null
},
"lte": {
"startTime": "1980-10-09T11:15:48.443Z",
"endTime": "1997-08-14T14:10:10.88Z"
},
"gt": {
"startTime": "2021-06-02T02:03:32.227Z",
"endTime": "2006-08-19T01:57:37.681Z"
},
"gte": {
"startTime": "1981-02-18T20:32:21.302Z",
"endTime": "1989-05-10T03:30:04.607Z"
},
"include": [
"fugiat ad consectetur"
],
"exclude": [
"et non fugiat",
"aliquip",
"anim qui tempor sed",
"consectetur anim",
"elit ea"
]
}
}
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": 15418647,
"limit": 6973097,
"total": -97006177,
"nextPageSkip": -30488066,
"previousPageSkip": -66682509,
"currentPageSize": -33812320
}
}