pve_group_get
Retrieve a specific Proxmox group's configuration, including its comment and list of members. Use with pve_acl_list to identify ACL entries for the group.
Instructions
Get a group's full config (read-only). Returns groupid, comment, and member list (users in the group). Use pve_group_create/update/delete to manage the group; use pve_acl_list to see ACL entries referencing this group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupid | Yes | Group id to look up. | |
| 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 |