pmg_action_disclaimer_update
Update an existing disclaimer action object in the PMG RuleDB. Performs a dry run by default; set confirm=True to apply.
Instructions
MUTATION (MEDIUM): update a disclaimer action object in the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: PUT /config/ruledb/action/disclaimer/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. position: start|end (validated). add_separator → 'add-separator'. Only non-None fields sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | ||
| info | No | ||
| name | No | ||
| confirm | No | ||
| position | No | ||
| disclaimer | No | ||
| add_separator | No | ||
| 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 |