Loading TOC...

Management API (Groups)

For the complete list of REST resources in this category, refer to the main Management API page.

9 resources
Resource URI Description
/manage/v2/groups (GET) This resource address returns a summary of the groups in the cluster.
/manage/v2/groups (POST) This resource address creates a new group in the cluster.
/manage/v2/groups/{id|name} (DELETE) This resource address deletes a group from the cluster.
/manage/v2/groups/{id|name} (GET) This resource address returns information on a specific group.
/manage/v2/groups/{id|name} (POST) This resource address can be used to restart or shutdown a group in the cluster.
/manage/v2/groups/{id|name}?view=counts (GET) This resource address returns counts information on the specified group.
/manage/v2/groups/{id|name}?view=status (GET) This resource address returns status information on the specified group.
/manage/v2/groups/{id|name}/properties (GET) This resource address returns the configuration properties of the named group in the cluster.
/manage/v2/groups/{id|name}/properties (PUT) This resource address sets the configuration properties of the named group in the cluster.