pbs_node_dns_get
Retrieve DNS resolver settings including search domain and DNS servers from a Proxmox Backup Server node.
Instructions
READ-ONLY: read a PBS node's DNS resolver configuration. Returns {search, dns1, dns2, dns3, digest}. Use pbs_node_dns_set to change it. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost', the standard single-node PBS hostname). | localhost |
| 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 |