All Products
Search
Document Center

Platform For AI:DescribeNodeGroup

Last Updated:Nov 05, 2025

Queries the details of a node group.

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 parameters

Parameter

Type

Required

Description

Example

NodeGroupId

string

Yes

The ID of the node group.

i128903591758597631635

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

83896080-59E3-5775-BDDC-8084691C3D96

ImageName

string

The name of the image.

Alinux3_x86_5.10.134-16.3_NV_RunC_D3_E3C7_570.133.20_V1.0_250428

NodeGroupDescription

string

The description of the node group.

lingjun alinux node group

NodeGroupName

string

The name of the node group.

test-ack

NodeCount

string

The number of nodes.

1

ClusterId

string

The ID of the cluster.

i111987311754895199538

NodeGroupId

string

The ID of the node group.

i120982301752461697971

CreateTime

string

The time when the node group was created.

2025-07-07T17:19:42.980000

MachineType

string

The instance type.

efg2.NH2cn

ImageId

string

The ID of the image.

i190720111752146430748

UpdateTime

string

The time when the node group was last updated.

2025-08-20T11:18:11.164000

ClusterName

string

The name of the cluster.

aliyun-basic-cluster

Az

string

The zone.

cn-wulanchabu-a

UserData

string

The user-defined script.

#!/bin/bash uptime echo "aaaaaaa" >> /tmp/tttest.sh

SystemDisk

object

The information about the system disk.

Size

integer

The size of the system disk. Unit: GiB. Valid values:

  • Basic disk: 20 to 500.

  • Enhanced SSD (ESSD):
    • PL0: 1 to 2048.

    • PL1: 20 to 2048.

    • PL2: 461 to 2048.

    • PL3: 1261 to 2048.

  • ESSD AutoPL disk: 1 to 2048.

  • Other disk types: 20 to 2048.

Default value: max(20, the size of the image specified by ImageId).

1024

PerformanceLevel

string

The performance level of the ESSD that is used as the system disk. Valid values:

  • PL0: A maximum of 10,000 random read/write IOPS per disk.

  • PL1: A maximum of 50,000 random read/write IOPS per disk.

PL0

Category

string

The category of the disk.

system

FileSystemMountEnabled

boolean

Indicates whether file storage can be mounted.

True

VirtualGpuEnabled

boolean

Indicates whether GPU virtualization and partitioning are supported.

False

KeyPairName

string

The name of the key pair.

k8s-key

LoginType

string

Valid values: • password: The node group supports only password-based logon. • keypair: The node group supports only key pair-based logon. • both: The node group supports both password-based and key pair-based logon.

If this parameter is empty, no logon method is configured for the node group.

password

Examples

Success response

JSON format

{
  "RequestId": "83896080-59E3-5775-BDDC-8084691C3D96",
  "ImageName": "Alinux3_x86_5.10.134-16.3_NV_RunC_D3_E3C7_570.133.20_V1.0_250428",
  "NodeGroupDescription": "lingjun alinux node group",
  "NodeGroupName": "test-ack",
  "NodeCount": "1",
  "ClusterId": "i111987311754895199538",
  "NodeGroupId": "i120982301752461697971",
  "CreateTime": "2025-07-07T17:19:42.980000",
  "MachineType": "efg2.NH2cn",
  "ImageId": "i190720111752146430748",
  "UpdateTime": "2025-08-20T11:18:11.164000",
  "ClusterName": "aliyun-basic-cluster",
  "Az": "cn-wulanchabu-a",
  "UserData": "#!/bin/bash\nuptime\necho \"aaaaaaa\" >> /tmp/tttest.sh",
  "SystemDisk": {
    "Size": 1024,
    "PerformanceLevel": "PL0",
    "Category": "system"
  },
  "FileSystemMountEnabled": true,
  "VirtualGpuEnabled": true,
  "KeyPairName": "k8s-key",
  "LoginType": "password"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.