Get is cluster group enabled for a specific tenant
GET/v1/tenants/:tenantUid/preferences/clusterGroup
Get is cluster group enabled for a specific tenant
Request
Path Parameters
tenantUid stringrequired
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
hideSystemClusterGroupsboolean
isClusterGroupEnabledboolean
Deprecated. Use hideSystemClusterGroups field
{
  "hideSystemClusterGroups": true,
  "isClusterGroupEnabled": true
}
Loading...