# Functions

GetClusterResources returns a proxmox GetClusterResourcesResponse object or an error from the /cluster/resources endpoint.
GetClusterStatus returns a proxmox GetClusterStatusResponse object or an error from the /cluster/status endpoint.
GetNodeCertificatesInfo returns the certificates for a node.
GetNodeDisksList returns the disks for a node.
GetNodeLxc returns the LXCs for a node.
GetNodeQemu returns the virtual machines for a node.
GetNodes returns a proxmox NodeStatuses object or an error from the /nodes endpoint.
GetNodeStatus returns a proxmox Node object or an error from the /nodes/%s/status endpoint.
GetNodeStorage returns the storage for a node.
Init constructs a proxmox API client for this package taking in a token.

# Variables

ClusterName gets populated with the proxmox cluster's cluster name on clustered PVE instances.