pmg_action_objects_list
Retrieve all PMG RuleDB action objects, including built-in non-editable ones. Each entry includes an editable flag to distinguish system defaults from user-defined actions.
Instructions
READ-ONLY: list all PMG RuleDB action objects, including non-editable. Needs PROXIMO_PMG_* config.
Returns a list of dicts; each carries an 'editable' flag — non-editable ones are PMG built-ins and cannot be modified via the API. For one rule's attached actions use pmg_ruledb_rule_actions_list instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |