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', or
abort`.
The body is of type object
.
successful operation
The response is of type object
.
Was this page helpful?