pmg_action_bcc_update
Update a BCC action object in PMG RuleDB. Use confirm=True to apply changes; dry-run by default to preview modifications.
Instructions
MUTATION (MEDIUM): update a BCC action object in the PMG RuleDB. Dry-run by default.
id_ comes from pmg_action_objects_list; to create a new one instead use pmg_action_bcc_create. 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. | |
| target | No | New BCC recipient email address; omit to keep current value. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| original | No | If True, BCC the original unmodified mail instead of the processed copy. | |
| 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 |