pve_cloudinit_get
Retrieve cloud-init configuration from a QEMU guest, exposing user, SSH keys, IP config, and password placeholder with secrets masked.
Instructions
Read a QEMU guest's cloud-init configuration (read-only). Returns cloud-init fields (ciuser, sshkeys, ipconfigN, cipassword placeholder) with secret fields masked for safety. Use pve_cloudinit_set to mutate it; the set operation auto-captures an undo record for rollback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type; cloud-init applies to `qemu` guests. | qemu |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric VMID of the QEMU guest to read cloud-init config from. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |