All Products
Search
Document Center

Platform For AI:DescribeNodeType

Last Updated:Nov 14, 2025

Describes the constraints for a node type.

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

NodeType

string

No

The node scale-out pattern.

standard

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

4FD06DF0-9167-5C6F-A145-F30CA4A15D54

EniQuantity

integer

The maximum number of supported elastic network interfaces (ENIs), including primary and secondary ENIs.

22

EniHighDenseQuantity

integer

The maximum number of network interfaces for high-density mode.

63

EniPrivateIpAddressQuantity

integer

The maximum number of IPv4 addresses that an ENI can have.

256

EniIpv6AddressQuantity

integer

The maximum number of IPv6 addresses that an ENI can have.

256

DiskQuantity

integer

The maximum number of disks that can be attached.

17

Examples

Success response

JSON format

{
  "RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
  "EniQuantity": 22,
  "EniHighDenseQuantity": 63,
  "EniPrivateIpAddressQuantity": 256,
  "EniIpv6AddressQuantity": 256,
  "DiskQuantity": 17
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.