pmg_ruledb_rule_actions_list
List actions attached to a PMG RuleDB rule by specifying its ID. Reads from configuration as the dedicated actions endpoint is unavailable.
Instructions
READ-ONLY: list the 'actions' objects attached to a PMG RuleDB rule. Needs PROXIMO_PMG_* config.
Returns a list of action-object dicts, extracted from the same config pmg_ruledb_rule_get returns — the dedicated .../actions endpoint 501s on PMG 9.1, so this reads /config instead. id_: rule ID (e.g. '100') from pmg_ruledb_rules_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_ | Yes | RuleDB rule ID (positive integer string, e.g. '100'). | |
| 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 |