Creates a service group.
Operation description
Before you use this operation, make sure that you fully understand the billing of Elastic Algorithm Service (EAS) and its pricing..
Try it now
Test
RAM authorization
Request syntax
POST /api/v2/groups HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Name |
string |
No |
The name of the group. |
foo |
| WorkSpaceId |
string |
No |
The workspace ID. |
12xx34 |
| Network |
object |
No |
The virtual private cloud (VPC) configuration. |
|
| VpcId |
string |
No |
The VPC ID. |
vpc-bp1xxxxxx0qrykjr9b |
| VSwitchId |
string |
No |
The vSwitch ID. |
vsw-bp1xxxxxxwmssgq28gye8 |
| SecurityGroupId |
string |
No |
The security group ID. |
sg-584xxxxxx7h08llvoww5tv5gl |
| GatewayId |
string |
No |
The dedicated gateway ID. |
gw-248xxxxxxvlkhtbrda |
| Labels |
object |
No |
The user-defined labels. |
|
|
string |
No |
按{"key":"value"}格式填写。Value 可为 null 或空字符,代表只按 Key 过滤,Value 可为任意值。 |
{"key1":"value1","key2":null} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Message |
string |
The response message. |
Create service group foo successfully |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "Create service group foo successfully"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.