Create Node Group under Cluster
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:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis 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 |
|---|---|---|---|---|
| eflo:CreateNodeGroup | create | *Cluster acs:eflo:{#regionId}:{#accountId}:cluster/{#ClusterId} |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| NodeGroup | object | Yes | Node ID. | |
| Az | string | Yes | Availability Zone | cn-wulanchabu-b |
| NodeGroupDescription | string | No | Node group description | describe for node group |
| NodeGroupName | string | Yes | Node group name | PAI-LINGJUN |
| MachineType | string | Yes | Machine type | mock-machine-type3 |
| ImageId | string | Yes | Image ID. | i191887641687336652616 |
| UserData | string | No | User-defined data | #!/bin/bash uptime echo "aaaaaaa" >> /tmp/ttttt20250110141010.sh |
| SystemDisk | object | No | Details of the node system disk configuration. | |
| Size | integer | No | Unit: GB. | 1000 |
| PerformanceLevel | string | No | When creating an ESSD cloud disk as a system disk, set the performance level of the cloud disk. Value range:
| PL1 |
| Category | string | No | Disk type. Value range:
| clou_essd |
| FileSystemMountEnabled | boolean | No | Whether file storage mounting is supported | true |
| VirtualGpuEnabled | boolean | No | Whether to enable gpu virtualization or not | false |
| KeyPairName | string | No | Key pair name. | test-keypair |
| LoginPassword | string | No | Password | test-LoginPassword |
| ClusterId | string | Yes | Cluster ID | i118191731740041623425 |
| NodeUnit | object | No | Node information | |
| any | No | Node Information | {\"NodeUnitId\":\"3c2999a8-2b95-4409-93c5-ad3985fc5c9f\",\"ResourceGroupId\":\"\",\"MaxNodes\":0,\"NodeUnitName\":\"asi_cn-serverless-sale_e01-lingjun-psale\"} |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "887FA855-89F4-5DB3-B305-C5879EC480E6",
"NodeGroupId": "ng-ec3c96ff0aa4c60d",
"NodeGroupName": "emr-default"
}Error codes
For a list of error codes, visit the Service error codes.
