From 5d4b34f7369e7883ffb7112f8ec609c0c350aa61 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:14:50 +0300 Subject: [PATCH] pvesh: add page (#17491) --- pages/linux/pvesh.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/pvesh.md diff --git a/pages/linux/pvesh.md b/pages/linux/pvesh.md new file mode 100644 index 0000000000..d486292cc1 --- /dev/null +++ b/pages/linux/pvesh.md @@ -0,0 +1,12 @@ +# pvesh + +> Interface with the Proxmox VE API. +> More information: . + +- List available nodes: + +`pvesh get /nodes` + +- Discover API paths: + +`pvesh ls {{/}}`