1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 10:35:45 +02:00
tldr/pages/linux/pvesh.md

17 lines
342 B
Markdown
Raw Normal View History

2025-08-06 19:14:50 +03:00
# 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`
2025-08-06 19:14:50 +03:00
2025-08-13 22:35:06 +03:00
- Display detailed information about containers or virtual machines:
`pvesh {{[g|get]}} /nodes/{{node_name}}/{{lxc|qemu}}`
2025-08-06 19:14:50 +03:00
- Discover API paths:
`pvesh {{[l|ls]}} {{/}}`