This API is used to get the machine group information list.
GET /machinegroups HTTP/1.1
Host: <Region>.cls.tencentyun.com
Authorization: <AuthorizationString>
GET /machinegroups
There are only common request headers but no special request headers.
None.
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123
{
"machine_groups": [
{
"group_id": "xxxx-xx-xx-xx-xxxxxxxx",
"group_name": "testname",
"create_time": "2017-08-08 12:12:12"
}
]
]
There are only common response headers but no special response headers.
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 |
For more information, please see Error Codes.
Was this page helpful?