This API is used to get the machine group information.
GET /machinegroup?group_id=xxxx-xx-xx-xx-xxxxxxxx HTTP/1.1
Host: <Region>.cls.tencentyun.com
Authorization: <AuthorizationString>
GET /machinegroup
There are only common response headers but no special response headers.
Field Name | Type | Location | Required | Description |
---|---|---|---|---|
group_id | string | query | Yes | ID of the group to be queried |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123
{
"group_id": "xxxx-xx-xx-xx-xxxxxxxx",
"group_name": "testname",
"type":"label",
"labels": [
"defined_label_1",
"defined_label_2"
],
"create_time": "2017-08-08 12:12:12"
}
There are only common response headers but no special response headers.
Field Name | Type | Required | Description |
---|---|---|---|
group_id | string | Yes | Machine group ID |
group_name | string | Yes | Machine group name |
type | string | Yes | Machine group type |
ips | JsonArray | No | List of IPs in the machine group |
labels | JsonArray | No | List of labels in the machine group |
create_time | string | No | Creation time |
Note:Depending on the
type
value, either or both ofips
andlabels
are returned.
For more information, please see Error Codes.
Was this page helpful?