All Products
Search
Document Center

Platform For AI:CreateGroup

Last Updated:Jun 25, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.