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://$PANEL_HOST:9443Responses
Members summary.
Number of users belonging directly to the cluster.
Number of users belonging directly and indirectly to the cluster.
Number of groups belonging directly to the cluster.
Number of groups belonging directly and indirectly to the cluster.
Invalid request.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}Unauthorized request.
Forbidden request.
Internal server error.
error object (ErrorDetails) Object describing an error.
Object describing an error.
String identifying the error type. Does not change between error instances.
Human readable error description. May contain information specific to given error instance.
Details about the error instance. The object schema is specific to each error type.
Example
{
"error": {
"id": "badValueString",
"details": {
"key": "name"
},
"description": "Bad value: provided \"name\" must be a string."
}
}