dump_vm_cloudinit
Retrieve Cloud-Init configuration files (user-data, network-data, or meta-data) for a virtual machine by specifying node, VM ID, and config type.
Instructions
Dump the Cloud-Init generated config file (user-data, network-data, or meta-data).
Args: node: The node name. vmid: The VM ID. type: Config type: 'user', 'network', or 'meta'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| type | No | user |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |