GET /machinegroups HTTP/1.1Host: <Region>.cls.tencentyun.comAuthorization: <AuthorizationString>
GET /machinegroups
HTTP/1.1 200 OKContent-Type: application/jsonContent-Length: 123{"machine_groups": [{"group_id": "xxxx-xx-xx-xx-xxxxxxxx","group_name": "testname","create_time": "2017-08-08 12:12:12"}]]
Field Name | Type | Required | Description |
machine_groups | JsonArray | Yes | Machine group information array |
MachineGroupInfo is in the following format:Field Name | Type | Required | Description |
group_id | string | Yes | Machine group ID |
group_name | string | Yes | Machine group name |
create_time | string | No | Creation time |
Feedback