Get Job Status
Get the status of one job.
The identifier for one job.
Successful retrieval of the status of the identified job.
{
"info_job_status": "string",
"producers": [
"pmhistory"
]
}
Whether the job can currently be satisfied. The status is 'ENABLED' if there is at least one producer of the required data type, 'DISABLED' otherwise.
An array of all registered producers of the relevant data type.
Unable to retrieve job status: job does not exist.
{
"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.