pmg_action_disclaimer_update
Update a disclaimer action object in PMG RuleDB by modifying specific fields. Dry-run generates a plan; confirm=True executes the mutation.
Instructions
MUTATION (MEDIUM): update a disclaimer action object in the PMG RuleDB. Dry-run by default.
id_ comes from pmg_action_objects_list. Only non-None fields are sent, others keep their current value. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | Compound action object ID (e.g. '13_26') from pmg_action_objects_list. | |
| info | No | New free-text description; omit to keep current value. | |
| name | No | New action object name; omit to keep current value. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| position | No | Where to insert the disclaimer: 'start' or 'end'. | |
| disclaimer | No | New disclaimer text; omit to keep current value. | |
| add_separator | No | Insert a separator line before the disclaimer; maps to API param 'add-separator'. | |
| 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 |