Notify Job Status
This is the callback URI that the R1 interface invokes to indicate that the job requested by the rApp is enabled or disabled. The rApp may use this information to choose to take a different course of action.
The unique identifier for one job that the rApp has created.
Status notification object that indicates the status of a job created by the rApp.
{
"job_status_notification": "string"
}
The status string indicates whether job is ENABLED
or DISABLED
, from which the rApp can choose future courses of action.
The status notification has been processed. If the job's status is DISABLED
the job has been deleted.
The status notification could not be processed because it does not have the correct format.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.