Creates a resource group.
Operation description
**Before you call this operation, make sure that you are familiar with the billing of Elastic Algorithm Service (EAS).
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
eas:CreateResource | create | *Resource acs:eas:{#regionId}:{#accountId}:resource/* |
| none |
Request syntax
POST /api/v2/resources HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
body | object | No | The request body. | |
EcsInstanceType | string | No | The type of the Elastic Compute Service (ECS) instance. Note
This parameter is required when the ResourceType parameter is set to Dedicated.
| ecs.c6.8xlarge |
SystemDiskSize | integer | No | The size of the system disk. Unit: GiB. Valid values: 200 to 2000. Default value: 200. | 200 |
EcsInstanceCount | integer | No | The number of ECS instances. Note
This parameter is required when the ResourceType parameter is set to Dedicated.
| 5 |
ChargeType | string | No | The billing method. Valid values:
Note
This parameter is required when the ResourceType parameter is set to Dedicated.
| PostPaid |
AutoRenewal | boolean | No | Specifies whether to enable auto-renewal. Valid values:
| false |
Zone | string | No | The ID of the zone in which the instance resides. | cn-shanghai-f |
ResourceType | string | No | The type of the resource group. Valid values:
Note
If you use a self-managed resource group, you must configure a whitelist.
| Dedicated |
SelfManagedResourceOptions | object | No | The configurations of the self-managed resource group. | |
ExternalClusterId | string | No | The ID of the self-managed cluster. | cf0386f250f2545689ca7fdd1cd****** |
RoleName | string | No | The name of the RAM user to which the permissions on Elastic Algorithm Service of Platform for AI (PAI-EAS) are granted. | clusterrole |
NodeMatchLabels | object | No | The tag key-value pairs for nodes. | |
string | No | The tag key-value pairs for a node. | "key1": "value1" | |
NodeTolerations | array<object> | No | Tolerations for nodes. | |
object | No | |||
key | string | No | The key name. | key1 |
value | string | No | The key value. | value1 |
operator | string | No | The relationship between key names and key values. Valid values:
| Equal |
effect | string | No | The result. Valid values:
| NoSchedule |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "40325405-579C-4D82****",
"ResourceId": "eas-r-h7lcw24dyqztwxxxxxx",
"ResourceName": "MyResource",
"ClusterId": "cn-shanghai",
"OwnerUid": "14401087478****",
"InstanceIds": [
"eas-i-xxxxx"
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-08-25 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-08-24 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-04-24 | The response structure of the API has changed | View Change Details |
2023-04-18 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2023-03-07 | The internal configuration of the API is changed, but the call is not affected | View Change Details |