Get summary of members in this cluster
Returns aggregated counts of users and groups belonging to this cluster.
Request Examples
onepanel-rest-cli -u onepanel:$PASSPHRASE getClusterMembersSummary --host https://$HOST:9443Responses
Members summary.
| Property | Type & Description |
|---|---|
usersCount integer Number of users belonging directly to the cluster. | |
effectiveUsersCount integer Number of users belonging directly and indirectly to the cluster. | |
groupsCount integer Number of groups belonging directly to the cluster. | |
effectiveGroupsCount integer Number of groups belonging directly and indirectly to the cluster. | |
Invalid request.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
| Property | Type & Description | ||||||
|---|---|---|---|---|---|---|---|
error object Object describing an error.
| |||||||
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}