mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
8b723afe02
Update pvesh.md
416 B
416 B
pvesh
Interface with the Proxmox VE API. More information: https://pve.proxmox.com/pve-docs/pvesh.1.html.
- List available nodes:
pvesh {{[g|get]}} /nodes
- Display detailed information about containers or virtual machines:
pvesh {{[g|get]}} /nodes/{{node_name}}/{{lxc|qemu}}
- Discover API paths:
pvesh {{[l|ls]}} {{/}}
- Display API path usage instructions:
pvesh {{[u|usage]}} {{/pools}}