pve_sdn_prefix_list_entry_update
Update an existing SDN prefix list entry. Returns a dry-run plan by default; use confirm=true to apply the change.
Instructions
MUTATION: update a prefix-list entry (PENDING). To create a new entry use pve_sdn_prefix_list_entry_create; to remove one use pve_sdn_prefix_list_entry_delete. Dry-run by default (returns a PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ge | No | New lower bound on matched prefix length (0-128). | |
| le | No | New upper bound on matched prefix length (0-128). | |
| seq | No | New sequence number (1-4294967295). | |
| action | No | New matching policy: 'permit' or 'deny'. | |
| delete | No | Field names to unset — only 'le', 'ge', 'seq' are valid values on this endpoint. | |
| digest | No | Expected config digest for optimistic-concurrency checking — accepted here (unlike this same entry's own CREATE, which has none). | |
| prefix | No | New CIDR network to match. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| entry_id | Yes | OPAQUE entry path token (the schema's {url_seq}) — capture from a prior list/get read. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| prefix_list | Yes | Existing SDN prefix list id. | |
| 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 |