pve_node_hosts_get
Retrieve the /etc/hosts content from a Proxmox VE node, returning the configuration data and a digest for safe updates.
Instructions
READ-ONLY: get the /etc/hosts content of a PVE node.
GET /nodes/{node}/hosts. VERIFIED live (PVE 9.2): returns a dict {data, digest} — digest is used for optimistic-concurrency on a follow-up pve_node_hosts_set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| 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 |