[{"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: ENABLEDDISABLED


array of string
producers Required

An array of all registered producers of the relevant data type.

JSON Example

{
    "producers": [
        "pmhistory"
    ]
}
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Returned By

Get Job Status

Feedback

Was this page helpful?