pmg_action_notification_update
Update a notification action object in PMG RuleDB. Requires notification ID, name, recipient, subject, and body text. Dry-run by default; set confirm=True to apply.
Instructions
MUTATION (MEDIUM): update a notification 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/notification/{id}. id_: compound action object ID (e.g. '13_26') from pmg_action_objects_list. name, to, subject, body_text all required — PMG 9.1 notification PUT rejects partial updates (400). body_text maps to API param 'body'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| id_ | Yes | ||
| info | No | ||
| name | Yes | ||
| attach | No | ||
| confirm | No | ||
| subject | Yes | ||
| body_text | Yes | ||
| 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 |