pmg_ruledb_rule_get
Retrieve the configuration of a PMG RuleDB rule by its ID. Returns a dictionary of the rule's settings.
Instructions
READ-ONLY: get a PMG RuleDB rule's configuration. Needs PROXIMO_PMG_* config.
Returns a dict of the rule's config. id_: rule ID (e.g. '100') from pmg_ruledb_rules_list. For the rule's individual from/to/what/when object lists use pmg_ruledb_rule_from_list and its to/what/when/actions siblings.
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 |