pve_firewall_options_get
Retrieve firewall option block including enable flag, default in/out policies, and log rate limit at cluster, node, or guest scope. Read-only, no state changes.
Instructions
READ-ONLY: get the firewall option block (enable flag, default in/out policy, log rate limit, ā¦) at cluster, node, or guest scope.
No state change. Pair with pve_firewall_options_set to change these, and pve_firewall_rules_list
to read the rules themselves. scope='node' requires node; scope='guest' requires node, vmid,
and kind ('qemu'|'lxc'). Returns the option block as a dict.
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 |