pve_firewall_rules_list
Retrieve read-only firewall rules for cluster, node, or guest scopes, including action, direction, protocol, and port fields.
Instructions
List firewall rules for the given scope (cluster, node, or guest) (read-only).
Returns the active rules at that scope level, including action, direction, protocol, and address/port fields. Use pve_firewall_options_get to read firewall settings (enable flag, policy, log rate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest kind for scope='guest': 'qemu' or 'lxc'. | |
| node | No | Node name, required for scope='node' or scope='guest'. | |
| vmid | No | Guest VMID/CTID, required for scope='guest'. | |
| scope | No | Firewall scope: 'cluster', 'node', or 'guest'. | 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 |