Description
Retrieves basic information about a given server group.
Parameters
Name | Description |
---|---|
group_name | Location: path Type: string The name of the group server. |
Responses
Status | Description |
---|---|
Successful |
Code: 200 Body:
{ "cpu": float, "description": string, "memory": float, "number_server": int } |