Manage Resource Availability Rule

Updates and gets the availability rule defined on a resource.

Gets the availability rule defined on a resource.Refer to Search Resources API to get the list of a client’s resource IDs.

Path Parameters

  • resourceIdstringrequired

    Resource uuid of the managed resource

  • clientIdstringrequired

    Describes the clientId of the tenant

Responses

  • availabilityRulestring

  • descriptionstring

Loading Examples...

Updates the availability rule defined on a resource.

Path Parameters

  • resourceIdstringrequired

    Resource uuid of the managed resource

  • clientIdstringrequired

    Describes the clientId of the tenant

Request Body

application/json

  • availabilityRulestring

    AND - Show resource status Up if ALL the availability monitors assigned on the resource are in OK state, else show the status as Down. OR - Show resource status Up if ANY of the availability monitors assigned on the resource are in OK state, else show the status as Down.

    Enum:
    ANDOR
Loading Examples...

Responses

200OK