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.
curl --request POST \
--url https://{FUSION HOST}/api/jobs/{resource}/actions \
--header 'Content-Type: */*' \
--data '{}'{
"resource": "<string>",
"action": "START",
"accepted": true,
"message": "<string>"
}The job ID.
One of: start, pause', orabort`.
The body is of type object.
successful operation
The response is of type object.
Was this page helpful?