pmg_when_object_update
Update a timeframe object in a PMG RuleDB 'when' group. Dry-run by default; set confirm=true to execute.
Instructions
MUTATION (MEDIUM): update a timeframe object in a PMG RuleDB 'when' object group. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: PUT /config/ruledb/when/{ogroup}/timeframe/{id}. ogroup: numeric ID string (e.g. '4') from pmg_when_groups_list. id_: object ID (numeric string) from pmg_when_group_objects. Both start and end are required — PMG 9.1 timeframe PUT rejects partial updates (400).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| id_ | Yes | ||
| start | Yes | ||
| ogroup | 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 |