This API is used to create a machine group and return its ID.
POST /machinegroup HTTP/1.1
Host: <Region>.cls.tencentyun.com
Authorization: <AuthorizationString>
Content-Type: application/json
{
"group_name": "testname",
"type": "label",
"labels": ["defined_label_1", "defined_label_2"]
}
POST /machinegroup
There are only common request headers but no special request headers.
Field Name | Type | Location | Required | Description |
---|---|---|---|---|
group_name | string | body | Yes | Machine group name, which must be unique |
type | string | body | No | Machine group type. Valid values: ip and label. Default value: ip |
ips | JsonArray | body | No | List of IPs in machine group |
labels | JsonArray | body | No | List of labels in the machine group |
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123
{"group_id": "xxxx-xx-xx-xx-xxxxxxxx"}
There are only common response headers but no special response headers.
Field Name | Type | Required | Description |
---|---|---|---|
group_id | string | Yes | Machine group ID |
For more information, please see Error Codes.
Was this page helpful?