GET
/
api
/
utm-incident-jobs
[
  {
    "id": 123,
    "actionId": 123,
    "params": "<string>",
    "agent": "<string>",
    "status": 123,
    "jobResult": "<string>",
    "originId": 123,
    "originType": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "modifiedDate": "2023-11-07T05:31:56Z",
    "createdUser": "<string>",
    "modifiedUser": "<string>",
    "action": {
      "id": 123,
      "actionCommand": "<string>",
      "actionDescription": "<string>",
      "actionParams": "<string>",
      "actionType": 123,
      "actionEditable": true,
      "createdDate": "2023-11-07T05:31:56Z",
      "modifiedDate": "2023-11-07T05:31:56Z",
      "createdUser": "<string>",
      "modifiedUser": "<string>"
    },
    "statusLabel": "PENDING"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Query Parameters

criteria
object
required
pageable
object
required

Response

200 - */*
OK
originId
integer
required
originType
string
required
id
integer
actionId
integer
params
string
agent
string
status
integer
jobResult
string
createdDate
string
modifiedDate
string
createdUser
string
modifiedUser
string
action
object
statusLabel
enum<string>
Available options:
PENDING,
RUNNING,
EXECUTED,
ERROR