Get Info Producer
Get the details of one producer, including the data or info types it is capable of producing, and the URL on which job requests should be made.
The identifier of one producer.
Successful retrieval of the details of one data producer.
{
"supported_info_types": [
"pmhistory"
],
"info_job_callback_url": "string"
}
A list of those data types that this producer plans to produce.
The callback URL by which the DMS will notify the producer of a new job.
A data producer identified by info_producer_id
cannot be found.
{
"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.