Operations at AgentsGroupsManagement

This page describes the backend methods at this endpoint.

Signature Description
Void AddAgent(String groupId, String agentId) Adds protected agent to group.
AgentsGroupInfo AddGroup(AddAgentsGroupRequest addGroupRequest) Adds new group.
Void ChangeName(String groupId, String newName) Changes name of group.
AgentsGroupInfoCollection GetGroups() Gets a list of all groups known to the core.
Void RemoveAgent(String groupId, String agentId) Removes agent from group.
Void RemoveGroup(String groupId) Removes group from core.