Enums§
- Nodes
Execute Error - struct for typed errors of method
nodes_execute - Nodes
GetNodes Error - struct for typed errors of method
nodes_get_nodes - Nodes
Index GetNodes Error - struct for typed errors of method
nodes_index_get_nodes - Nodes
Journal Error - struct for typed errors of method
nodes_journal - Nodes
Migrateall Error - struct for typed errors of method
nodes_migrateall - Nodes
Netstat Error - struct for typed errors of method
nodes_netstat - Nodes
Query OciRepo Tags Error - struct for typed errors of method
nodes_query_oci_repo_tags - Nodes
Query UrlMetadata Error - struct for typed errors of method
nodes_query_url_metadata - Nodes
Report Error - struct for typed errors of method
nodes_report - Nodes
RrdError - struct for typed errors of method
nodes_rrd - Nodes
Rrddata Error - struct for typed errors of method
nodes_rrddata - Nodes
Spiceshell Error - struct for typed errors of method
nodes_spiceshell - Nodes
Startall Error - struct for typed errors of method
nodes_startall - Nodes
Stopall Error - struct for typed errors of method
nodes_stopall - Nodes
Suspendall Error - struct for typed errors of method
nodes_suspendall - Nodes
Syslog Error - struct for typed errors of method
nodes_syslog - Nodes
Termproxy Error - struct for typed errors of method
nodes_termproxy - Nodes
Version Error - struct for typed errors of method
nodes_version - Nodes
Vncshell Error - struct for typed errors of method
nodes_vncshell - Nodes
Vncwebsocket Error - struct for typed errors of method
nodes_vncwebsocket - Nodes
Wakeonlan Error - struct for typed errors of method
nodes_wakeonlan
Functions§
- nodes_
execute - Execute multiple commands in order, root only.
- nodes_
get_ nodes - Cluster node index.
- nodes_
index_ get_ nodes - Node index.
- nodes_
journal - Read Journal
- nodes_
migrateall - Migrate all VMs and Containers. Permissions: The ‘VM.Migrate’ permission is required on ‘/’ or on ‘/vms/
’ for each ID passed via the ‘vms’ parameter. - nodes_
netstat - Read tap/vm network device interface counters
- nodes_
query_ oci_ repo_ tags - List all tags for an OCI repository reference.
- nodes_
query_ url_ metadata - Query metadata of an URL: file size, file name and mime type.
- nodes_
report - Gather various systems information about a node
- nodes_
rrd - Read node RRD statistics (returns PNG)
- nodes_
rrddata - Read node RRD statistics
- nodes_
spiceshell - Creates a SPICE shell.
- nodes_
startall - Start all VMs and containers located on this node (by default only those with onboot=1). Permissions: The ‘VM.PowerMgmt’ permission is required on ‘/’ or on ‘/vms/
’ for each ID passed via the ‘vms’ parameter. - nodes_
stopall - Stop all VMs and Containers. Permissions: The ‘VM.PowerMgmt’ permission is required on ‘/’ or on ‘/vms/
’ for each ID passed via the ‘vms’ parameter. - nodes_
suspendall - Suspend all VMs. Permissions: The ‘VM.PowerMgmt’ permission is required on ‘/’ or on ‘/vms/
’ for each ID passed via the ‘vms’ parameter. Additionally, you need ‘VM.Config.Disk’ on the ‘/vms/{vmid}’ path and ‘Datastore.AllocateSpace’ for the configured state-storage(s) - nodes_
syslog - Read system log
- nodes_
termproxy - Creates a VNC Shell proxy.
- nodes_
version - API version details
- nodes_
vncshell - Creates a VNC Shell proxy.
- nodes_
vncwebsocket - Opens a websocket for VNC traffic. Permissions: You also need to pass a valid ticket (vncticket). Wire-level note: this endpoint answers HTTP 101 Upgrade, not a JSON body. The 200 schema below is the apidoc-declared shape for tooling, but real clients perform a WebSocket upgrade and exchange framed messages on the resulting socket. See the
x-pve-websocketextension for the framing and the list of sibling endpoints that issue tickets. - nodes_
wakeonlan - Try to wake a node via ‘wake on LAN’ network packet.