pve_sdn_ipam_get
Read an SDN IPAM integration's configuration directly from the Proxmox API, returning all settings including the secret token without redaction.
Instructions
READ-ONLY: read one SDN ipam integration's configuration.
The schema declares this GET's return shape as a bare, undocumented object — whether
token (the integration's secret) is echoed back is unconfirmed either way. This tool
returns exactly what the live API returns, unstripped (the caller is entitled to config
they can read via the API) — the secret is only ever redacted in PLAN previews and the
audit ledger for pve_sdn_ipam_update/pve_sdn_ipam_delete, never here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipam | Yes | Existing SDN ipam integration id to read. | |
| 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 |