pve_cloudinit_get
Retrieve a QEMU guest's cloud-init configuration. View settings like user, SSH keys, and IP config with secrets masked for safety.
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 | qemu | |
| node | No | ||
| vmid | Yes | ||
| 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 |