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": "sunt enim officia tempor nulla",
"limit": "veniam anim et voluptate",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "EC2 Instance",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "5341",
"actionName": "Update",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1995-01-19T07:31:49.748Z",
"endTime": "1955-04-22T16:04:00.828Z",
"status": "error",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "ServiceNow Ticket",
"instanceName": "VLAN Service",
"actionName": "Update"
},
"lt": {
"startTime": "1998-06-29T04:39:59.892Z",
"endTime": "2024-11-06T09:35:01.165Z"
},
"lte": {
"startTime": "2013-10-05T07:12:47.501Z",
"endTime": "1962-12-03T18:30:01.532Z"
},
"gt": {
"startTime": "2016-12-18T10:44:34.247Z",
"endTime": "2014-01-19T18:45:52.284Z"
},
"gte": {
"startTime": "1987-06-29T16:12:51.25Z",
"endTime": null
},
"include": [
"velit sunt labore",
"ipsum",
"dolor eu"
],
"exclude": [
"Excepteur exercitation voluptate ullamco"
]
}
}
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": -28895043,
"limit": -70022420,
"total": -36292516,
"nextPageSkip": -47650617,
"previousPageSkip": 32586736,
"currentPageSize": -46084241
}
}