[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
ConsumerJobStatus
The status of the identified job, whether it is enabled or disabled and the list of producers that are capable of providing results.
Properties
string
info_job_status
Required
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.
Possible values are: ENABLED , DISABLED
array of
string
producers
Required
An array of all registered producers of the relevant data type.
JSON Example
{
"producers": [
"pmhistory"
]
}