pve_sdn_route_map_entry_update
Update an existing SDN route-map entry identified by its order position. Dry-run returns a plan; set confirm=True to stage the change.
Instructions
MUTATION: update a route-map entry (PENDING). To create a new entry use pve_sdn_route_map_entry_create; to remove one use pve_sdn_route_map_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 |
|---|---|---|---|
| call | No | New route-map id to invoke as a sub-routine. | |
| match | No | Replacement array of {key, value} match-clause objects. | |
| order | Yes | Entry position to update (0-65535, required — identifies WHICH entry; not itself changeable via this call). | |
| action | No | New matching policy: 'permit' or 'deny'. | |
| delete | No | Field names to unset — only 'set', 'match', 'call', 'exit-action' are valid values on this endpoint (NOT action or order). | |
| digest | No | Expected config digest for optimistic-concurrency checking. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the staged mutation. | |
| lock_token | No | SDN cluster lock token to use for this write, if one is held. | |
| exit_action | No | Replacement {key, value} exit-action object. | |
| set_clauses | No | Replacement array of {key, value} set-clause objects (wire key 'set'). | |
| route_map_id | Yes | Existing SDN route map 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 |