pve_firewall_alias_list
List firewall aliases (named CIDRs) for cluster or guest scope. Returns details such as name, CIDR, comment, and IP version.
Instructions
READ-ONLY: list firewall aliases (named CIDRs) for the given scope. Scope = cluster or guest only — the PVE API has no node-scope aliases (node firewall = options/rules/log).
No state change. Returns a list of alias dicts (name, cidr, comment, ipversion). To create, change, or remove an alias use pve_firewall_alias_create / pve_firewall_alias_update / pve_firewall_alias_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest kind for scope='guest': 'qemu' or 'lxc'. | |
| node | No | Node name, required for scope='guest'. | |
| vmid | No | Guest VMID/CTID, required for scope='guest'. | |
| scope | No | Firewall scope: 'cluster' or 'guest' (no node-scope aliases in the PVE API). | cluster |
| 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 |