
Use the following method to create a simple configuration group and to add it to the whole set of groups:
public boolean createSimpleConfigGroup(String groupName, String descriptionID, String description);
The following parameters are available:
Note that the name of the group must be unique.
The method returns true if the group is created and added to the whole set of groups successfully, otherwise it returns false.
boolean result = monitorContext.createSimpleConfigGroup(simpleGroupName, "TEST.SIMPLE.GROUP", "Test simple group");