[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
Get Info Producer Status
DescriptionGet the status of one producer to determined if the producer
is REGISTERED
or UNDISCOVERABLE
. If it is UNDISCOVERABLE
then it was previously known, but has gone out of service,
perhaps temporarily.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/status
Path Parameters
Path Parameters
string
info_producer_id
Required
The identifier of one producer.
Response
Response
Response BodyResponse Body
200 OK
Returns
ProducerStatus
of type application/json
Successfully retrieved the status of one producer.
string
operational_state
Required
The operational state of the producer.
Possible values are: REGISTERED , UNDISCOVERABLE
Errors
ProblemDetails
404
A producer identified by info_producer_id
cannot be found.
Code Samples
cURL Command
curl https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/status
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1