pmg_ruledb_rule_from_list
List the 'from' objects of a PMG RuleDB rule by rule ID. Provides read-only access to source objects for rule configuration.
Instructions
READ-ONLY: list the 'from' objects attached to a PMG RuleDB rule. Needs PROXIMO_PMG_* config.
Returns a list of object dicts. id_: rule ID (e.g. '100') from pmg_ruledb_rules_list. Use pmg_ruledb_rule_to_list for the 'to' side, and the what/when/actions counterparts for the rest.
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 |