pmg_when_object_add
Adds a timeframe (start/end time) to a PMG RuleDB 'when' object group for scheduling rule activation.
Instructions
MUTATION (LOW): add a timeframe object to a PMG RuleDB 'when' object group. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: POST /config/ruledb/when/{ogroup}/timeframe. ogroup: numeric ID string (e.g. '4') from pmg_when_groups_list. start: time in H:i format (e.g. '08:00'). end: time in H:i format (e.g. '17:00').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | 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 |