ProducerInfo

ProducerInfo
ProducerInfo

The information that describes a producer and is used to register the producer with the DMS.

JSON Example
{
    "supported_info_types": [
        "pmhistory"
    ],
    "info_job_callback_url": "string"
}
array of string
supported_info_types
Required

A list of those data types that this producer plans to produce.

string
info_job_callback_url
Required

The callback URL by which the DMS will notify the producer of a new job.