pbs_acl_get
List PBS ACL entries with path, role, user/group, and propagation details. Filter results by path or exact match.
Instructions
READ-ONLY: list PBS ACL entries. Returns each entry's path, roleid, ugid (the user/token/group id), ugid_type ('user' or 'group'), and propagate flag. Use pbs_acl_update to grant/revoke, or pbs_roles_list to see PBS's fixed set of built-in roles. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ACL path to filter by; omit to return every entry on the server. | |
| exact | No | If True (with path set), return only entries at the exact path, not the subtree. | |
| 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 |