guest_config
Retrieve the full configuration of a VM or container, including cores, memory, disks, and network settings. Use this to inspect provisioning details before modifying resources.
Instructions
Full provisioning config of a VM/container: cores, memory (MB), disks/mounts, network, etc.
Needs node, vmid, type ("qemu"/"lxc"). Returns Proxmox's raw config keys
(e.g. cores, memory, rootfs/mp0…, net0, ostype). Use this to see
how a guest is provisioned before calling set_guest_resources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| type | Yes | ||
| vmid | Yes |