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

Get Info Producer

Description

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.

Request

Request

URL

URL


get
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}
Copy

Path Parameters

Path Parameters

string
info_producer_id Required

The identifier of one producer.


Response

Response

Response Body

Response Body

200 OK

Returns ProducerInfo of type application/json

Successful retrieval of the details of one data producer.

string
info_job_callback_url Required

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


array of string
supported_info_types Required

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

Errors

Errors

ProblemDetails
404

A data producer identified by info_producer_id cannot be found.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}


Feedback

Was this page helpful?