ConsumerJobStatus

ConsumerJobStatus
ConsumerJobStatus

The status of the identified job, whether it is enabled or disabled and the list of producers that are capable of providing results.

JSON Example
{
    "info_job_status": "string",
    "producers": [
        "pmhistory"
    ]
}
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.

Returned By