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": "et",
"limit": "anim ullamco laboris in",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "ServiceNow Ticket",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0a2f",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1988-11-07T04:05:40.598Z",
"endTime": "1986-04-14T15:00:31.618Z",
"status": "canceled",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "EC2 Instance",
"instanceName": "EC2 Instance",
"actionName": "Suspend"
},
"lt": {
"startTime": "1949-05-15T04:16:03.489Z",
"endTime": null
},
"lte": {
"startTime": "2022-11-26T16:33:13.098Z",
"endTime": null
},
"gt": {
"startTime": "2011-11-08T21:27:18.645Z",
"endTime": "1984-04-24T23:03:21.518Z"
},
"gte": {
"startTime": "1990-04-17T17:40:53.754Z",
"endTime": "1983-03-01T13:50:23.719Z"
},
"include": [
"ea consectetur adipisicing ullamco",
"ad nostrud laborum incididunt",
"aute reprehenderit minim non",
"velit reprehenderit deserunt"
],
"exclude": [
"sit deserunt sunt aute",
"consectetur amet tempor sint cupidatat"
]
}
}
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": -42601364,
"limit": 27670588,
"total": 94396237,
"nextPageSkip": 83886317,
"previousPageSkip": -45759347,
"currentPageSize": -12394918
}
}