URL
GET https://{api-url}/api/v2/tenants/{tenantId}/jobs/{id}/run
Sample URLs
https://{api-url}/api/v2/tenants/client_93/jobs/709824de-8315-4cf9-ad1c-b15aaf7bf2a5/run
Parameters
Field | Data Type | Values | Description |
---|---|---|---|
reason | String | NA | Reason to run the job |
NA indicates that the value is not applicable.
Status code
200 OK
Sample request
{
"reason": "To run job on demand"
}
Sample response
Null