Skip to main content

Specified Managed Client Status.

GET 

/managed-clients/:id/status

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Retrieve Managed Client Status by ID.

Request

Path Parameters

    id stringrequired

    ID of the Managed Client Status to get

Query Parameters

    type ManagedClientTyperequired

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

    Type of the Managed Client Status to get

Responses

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

Schema
    body objectrequired

    ManagedClientStatus body information

    status ManagedClientStatusEnumrequired

    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...