cURL
curl --request POST \ --url https://{FUSION HOST}/api/jobs/{resource}/actions \ --header 'Content-Type: */*' \ --data '{}'
{ "resource": "<string>", "action": "START", "accepted": true, "message": "<string>" }
Start, pause, or abort the specified job.
The job ID.
One of: start, pause', orabort`.
start
pause', or
The body is of type object.
object
successful operation
START
PAUSE
ABORT
Was this page helpful?