Interface clusterHaResourcesRead

Returned by GET /cluster/ha/resources/{sid}

Hierarchy

  • clusterHaResourcesRead

Indexable

[additionalProperties: string]: any

Properties

comment?: string

Description.

digest: string

Can be used to prevent concurrent modifications.

group?: string

The HA group identifier.

max_relocate?: number

Maximal number of service relocate tries when a service failes to start.

max_restart?: number

Maximal number of tries to restart the service on a node after its start failed.

sid: string

HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100).

state?: string

Requested resource state.

type: string

The type of the resources.

Generated using TypeDoc