Interface clusterStatusGetStatus

Returned by GET /cluster/status

Hierarchy

  • clusterStatusGetStatus

Indexable

[additionalProperties: string]: any

Properties

id: string
ip?: string

[node] IP of the resolved nodename.

level?: string

[node] Proxmox VE Subscription level, indicates if eligible for enterprise support as well as access to the stable Proxmox VE Enterprise Repository.

local?: boolean

[node] Indicates if this is the responding node.

name: string
nodeid?: number

[node] ID of the node from the corosync configuration.

nodes?: number

[cluster] Nodes count, including offline nodes.

online?: boolean

[node] Indicates if the node is online or offline.

quorate?: boolean

[cluster] Indicates if there is a majority of nodes online to make decisions

type: string

Indicates the type, either cluster or node. The type defines the object properties e.g. quorate available for type cluster.

version?: number

[cluster] Current version of the corosync configuration file.

Generated using TypeDoc