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": "ullamco",
"limit": "ullamco",
"sort": "name",
"order": "desc",
"equals": {
"_id": "62a1f3d2ebedfc54e6e0065c",
"modelId": "62a1f3d2ebedfc54e6e0065c",
"modelName": "VLAN Service",
"instanceId": "62a1f3d2ebedfc54e6e0065c",
"instanceName": "VLAN Service",
"actionId": "0000",
"actionName": "Reboot",
"jobId": "62a1f3d2ebedfc54e6e0065c",
"startTime": "1949-11-04T00:57:07.837Z",
"endTime": "1958-01-23T15:22:20.644Z",
"status": "complete",
"initiator": "62a1f3d2ebedfc54e6e0065c"
},
"in": {
"stateId": "1234,53fe,0000"
},
"starts-with": {
"modelName": "ServiceNow Ticket",
"instanceName": "ServiceNow Ticket",
"actionName": "Reboot"
},
"lt": {
"startTime": "1945-10-09T07:25:53.77Z",
"endTime": null
},
"lte": {
"startTime": "1965-11-20T11:46:58.67Z",
"endTime": null
},
"gt": {
"startTime": "2014-05-17T03:30:23.605Z",
"endTime": null
},
"gte": {
"startTime": "1975-04-24T01:38:52.996Z",
"endTime": "1980-09-13T12:17:35.362Z"
},
"include": [
"nisi Excepteur ut Lorem",
"dolor Lorem reprehenderit",
"culpa elit sit Excepteur"
],
"exclude": [
"nostrud ad consequat amet",
"id velit nostrud eiusmod",
"aute Ut Excepteur ipsum anim",
"quis aliquip in adipisicing eu",
"tempor incididunt quis"
]
}
}
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": 11139356,
"limit": 97266231,
"total": -95587458,
"nextPageSkip": -43619903,
"previousPageSkip": 97422450,
"currentPageSize": -59862864
}
}