pmg_action_field_update
Update a field-modification action object in the PMG RuleDB. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (MEDIUM): update a field-modification 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/field/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. name, field, value all required — PMG 9.1 field action PUT rejects partial updates (400).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | ||
| info | No | ||
| name | Yes | ||
| field | Yes | ||
| value | Yes | ||
| confirm | 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 |