get_computer_group
Look up a computer group by name within an explicit site path using direct API access, avoiding connection state issues.
Instructions
Look up a computer group by name within an explicit site path.
Implemented against /api/computergroups/{site_path} directly rather than besapi's get_computergroup, which routes through the mutable "current site path" connection state this server avoids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_path | Yes | Site path containing the group, e.g. 'master', 'custom/MySite', 'operator/SomeOperator'. | |
| group_name | Yes | Name of the computer group. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||