Skip to main content

Handle status request from client

POST 

/managed-clients/:id/status

deprecated

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

Responses

Responds with the updated Managed Client Status.

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