Skip to main content

Handle status request from client

POST 

/managed-clients/:id/status

deprecated

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

Update a status detail passed in from the client

Request

Path Parameters

    id stringrequired

    ID of the Managed Client Status to update

Body

required
    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

Responses

Responds with the updated Managed Client Status.

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