All Products
Search
Document Center

Platform For AI:CreateResource

Last Updated:Nov 22, 2024

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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.
OperationAccess levelResource typeCondition keyAssociated operation
eas:CreateResourcecreate
*Resource
acs:eas:{#regionId}:{#accountId}:resource/*
    none
none

Request syntax

POST /api/v2/resources HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

The request body.

EcsInstanceTypestringNo

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
SystemDiskSizeintegerNo

The size of the system disk. Unit: GiB. Valid values: 200 to 2000. Default value: 200.

200
EcsInstanceCountintegerNo

The number of ECS instances.

Note This parameter is required when the ResourceType parameter is set to Dedicated.
5
ChargeTypestringNo

The billing method. Valid values:

  • PrePaid: the subscription billing method.
  • PostPaid: the pay-as-you-go billing method.
Note This parameter is required when the ResourceType parameter is set to Dedicated.
PostPaid
AutoRenewalbooleanNo

Specifies whether to enable auto-renewal. Valid values:

  • false (default)
  • true
false
ZonestringNo

The ID of the zone in which the instance resides.

cn-shanghai-f
ResourceTypestringNo

The type of the resource group. Valid values:

  • Dedicated: the dedicated resource group.
  • SelfManaged: the self-managed resource group.
Note If you use a self-managed resource group, you must configure a whitelist.
Dedicated
SelfManagedResourceOptionsobjectNo

The configurations of the self-managed resource group.

ExternalClusterIdstringNo

The ID of the self-managed cluster.

cf0386f250f2545689ca7fdd1cd******
RoleNamestringNo

The name of the RAM user to which the permissions on Elastic Algorithm Service of Platform for AI (PAI-EAS) are granted.

clusterrole
NodeMatchLabelsobjectNo

The tag key-value pairs for nodes.

stringNo

The tag key-value pairs for a node.

"key1": "value1"
NodeTolerationsarray<object>No

Tolerations for nodes.

objectNo
keystringNo

The key name.

key1
valuestringNo

The key value.

value1
operatorstringNo

The relationship between key names and key values.

Valid values:

  • Equal
  • Exists
Equal
effectstringNo

The result.

Valid values:

  • PreferNoSchedule
  • NoSchedule
  • NoExecute
NoSchedule

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

40325405-579C-4D82****
ResourceIdstring

The ID of the resource group.

eas-r-h7lcw24dyqztwxxxxxx
ResourceNamestring

The name of the resource group.

MyResource
ClusterIdstring

The ID of the cluster to which the resource group belongs.

cn-shanghai
OwnerUidstring

The user ID (UID) of the resource group owner.

14401087478****
InstanceIdsarray

The instance IDs.

InstanceIdstring

The instance ID.

eas-i-xxxxx

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2023-08-25The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-08-24The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-04-24The response structure of the API has changedView Change Details
2023-04-18The internal configuration of the API is changed, but the call is not affectedView Change Details
2023-03-07The internal configuration of the API is changed, but the call is not affectedView Change Details