POST
/
jobs
/
{resource}
/
actions
Start/pause/abort a job
curl --request POST \
  --url https://{FUSION HOST}/api/jobs/{resource}/actions \
  --header 'Content-Type: */*' \
  --data '{}'
{
  "resource": "<string>",
  "action": "START",
  "accepted": true,
  "message": "<string>"
}

Path Parameters

resource
string
required

The job ID.

Body

*/* · object

One of: start, pause', orabort`.

The body is of type object.

Response

200 - */*

successful operation

The response is of type object.