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

Get Info Producer Status

Description

Get 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

Request

URL

URL


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

Path Parameters

Path Parameters

string
info_producer_id Required

The identifier of one producer.


Response

Response

Response Body

Response 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: REGISTEREDUNDISCOVERABLE

Errors

Errors

ProblemDetails
404

A 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}/status


Feedback

Was this page helpful?