pve_ipset_list
List IP sets for cluster or guest firewall scopes. Query existing sets to plan modifications.
Instructions
READ-ONLY: list IP sets for the given scope. Scope = cluster or guest only — the PVE API has no node-scope ipsets (node firewall = options/rules/log).
No state change. Returns a list of IPSet dicts. To create/delete a set use pve_firewall_ipset_create/pve_firewall_ipset_delete; to edit membership use pve_firewall_ipset_entry_add/pve_firewall_ipset_entry_remove.
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 ipsets 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 |