Get Info Producer Status

Get Info Producer Status

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
URI
GET
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/status
COPY
Path Parameters
string
info_producer_id
Required

The identifier of one producer.


Responses
200

Successfully retrieved the status of one producer.

Returns ProducerStatus of type(s) application/json
{
    "operational_state": "string"
}
string
operational_state
Required

The operational state of the producer.

Possible values are : REGISTERED, UNDISCOVERABLE,

404

A producer identified by info_producer_id cannot be found.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.