Skip to main content

Get Managed Client Status.

GET 

/managed-clients/:id/status

Retrieve the Status of a Managed Client by ID.

Request

Path Parameters

    id stringrequired

    ID of the Managed Client to get Status of

Query Parameters

    type ManagedClientTyperequired

    Possible values: [CCG, VA, INTERNAL, IIQ_HARVESTER, null]

    Type of the Managed Client to get Status of

Responses

Responds with the Status of the Managed Client with the given ID and Type.

Schema
    body objectrequired

    ManagedClientStatus body information

    status ManagedClientStatusCoderequired

    Possible values: [NORMAL, UNDEFINED, NOT_CONFIGURED, CONFIGURING, WARNING, ERROR, FAILED]

    status of the Managed Client

    type ManagedClientTypenullablerequired

    Possible values: [CCG, VA, INTERNAL, IIQ_HARVESTER, null]

    type of the Managed Client

    timestamp date-timerequired

    timestamp on the Client Status update

Loading...