Operations at agentGroups/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| agentGroups/ | GET | Gets a list of all groups known to the core. |
| agentGroups/ | POST | Adds new group. |
| agentGroups/{groupId} | DELETE | Removes group from core. |
| agentGroups/{groupId}/{agentId} | POST | Adds protected agent to group. |
| agentGroups/{groupId}/{agentId} | DELETE | Removes agent from group. |
| agentGroups/{groupId}/{newName} | PUT | Changes name of group. |