Creates a node group in a cluster.
Operation description
Creates a session, returns the frontend endpoint, and starts a periodic task to track the session status.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:CreateNodeGroup |
create |
*Cluster
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NodeGroup |
object |
Yes |
The node ID. |
|
| Az |
string |
Yes |
The zone. |
cn-wulanchabu-b |
| NodeGroupDescription |
string |
No |
The node group description. |
节点分组描述 |
| NodeGroupName |
string |
Yes |
The node group name. |
PAI-LINGJUN |
| MachineType |
string |
Yes |
The machine type. |
mock-machine-type3 |
| ImageId |
string |
Yes |
The image ID. |
i191887641687336652616 |
| UserData |
string |
No |
A custom executable shell script that must be Base64-encoded. The maximum size of the raw data is 16 KB. |
ZWNobyBoZWxsbyBlY3Mh |
| SystemDisk |
object |
No |
The system disk configuration of the node. |
|
| Size |
integer |
No |
The disk size. Unit: GB. |
1000 |
| PerformanceLevel |
string |
No |
The performance level (PL) of the ESSD cloud disk used as the system disk. Valid values:
|
PL1 |
| Category |
string |
No |
The cloud disk type. Valid values:
|
clou_essd |
| FileSystemMountEnabled |
boolean |
No |
Specifies whether file storage mounting is supported. |
false |
| VirtualGpuEnabled |
boolean |
No |
Specifies whether GPU virtualization splitting is enabled. |
false |
| KeyPairName |
string |
No |
The key pair name. |
test-keypair |
| LoginPassword |
string |
No |
The logon password. |
test-LoginPassword |
| RamRoleName |
string |
No |
The RAM role name of the node. You can call the RAM API ListRoles to query the RAM roles you have created. The trusted entity of the role must be set to Lingjun AI Computing Service. Note
Note: Clearing an existing role is not currently supported. |
xianwen-test-ram-role |
| ClusterId |
string |
Yes |
The cluster ID. |
i118191731740041623425 |
| NodeUnit |
object |
No |
The node information. |
{\"NodeUnitId\":\"3c2999a8-2b95-4409-93c5-ad3985fc5c9f\",\"ResourceGroupId\":\"\",\"MaxNodes\":0,\"NodeUnitName\":\"asi_cn-serverless-sale_e01-lingjun-psale\"} |
|
any |
No |
The node information. |
{\"NodeUnitId\":\"3c2999a8-2b95-4409-93c5-ad3985fc5c9f\",\"ResourceGroupId\":\"\",\"MaxNodes\":0,\"NodeUnitName\":\"asi_cn-serverless-sale_e01-lingjun-psale\"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Id of the request |
887FA855-89F4-5DB3-B305-C5879EC480E6 |
| NodeGroupId |
string |
The node group ID. |
ng-ec3c96ff0aa4c60d |
| NodeGroupName |
string |
The node group name. |
emr-default |
Examples
Success response
JSON format
{
"RequestId": "887FA855-89F4-5DB3-B305-C5879EC480E6",
"NodeGroupId": "ng-ec3c96ff0aa4c60d",
"NodeGroupName": "emr-default"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.