pve_node_dns
Read DNS configuration of a Proxmox node, returning search domain and nameservers.
Instructions
Read a Proxmox node's DNS configuration (read-only). Returns a dict with search domain and configured nameservers (dns1/dns2/dns3). Use pve_node_dns_set to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| 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 |