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
- resourceId
Resource uuid of the managed resource
- clientId
Describes the clientId of the tenant
Responses
- availabilityRule
- description
Loading Examples...
Updates the availability rule defined on a resource.
Path Parameters
- resourceId
Resource uuid of the managed resource
- clientId
Describes the clientId of the tenant
Request Body
application/json
- availabilityRule
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...