Skip to main content

Specified Managed Client Status.

GET 

/managed-clients/:id/status

deprecated

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 ManagedClientStatusEnum (string)required

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

    status of the Managed Client

    type ManagedClientType (string)nullablerequired

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

    type of the Managed Client

    timestamp date-timerequired

    timestamp on the Client Status update

Loading...