From 06c40502e77b3a6b2c5cfb94c11cc592cd412863 Mon Sep 17 00:00:00 2001 From: YuruC3 Date: Sat, 29 Nov 2025 18:34:53 +0000 Subject: [PATCH] Added README with links to start with --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..117df90 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +https://github.com/proxmoxer/proxmoxer + + +## For VMs + +https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/agent + + +## For LXCs + +https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/lxc/{vmid}/config + + +# For PVE nodes + +https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/status \ No newline at end of file