POST
/
jobs
/
{resource}
/
actions
{
  "resource": "<string>",
  "action": "START",
  "accepted": false,
  "message": "<string>"
}

Path Parameters

resource
string
required

The job ID

Body

application/json · object

One of: start or abort

The body is of type object.

Response

200 - */*

successful operation

resource
string
action
enum<string>
Available options:
START,
PAUSE,
ABORT
accepted
boolean
default:false
message
string