All Products
Search
Document Center

Platform For AI:ListMachineNetworkInfo

Last Updated:Sep 17, 2025

Queries the network configurations for machine types.

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

MachineHpnInfo

array<object>

No

The information about the machine types.

object

No

An object that contains the details of a machine type.

HpnZone

string

No

The cluster ID.

C1

MachineType

string

No

The machine type.

efg2.C48cNHmcn

RegionId

string

No

The region ID.

cn-heyuan

Response elements

Element

Type

Description

Example

object

The response object.

RequestId

string

The ID of the request.

4FD06DF0-9167-5C6F-A145-F30CA4A15D54

MachineNetworkInfo

array<object>

The network information of the machine types.

object

An object that contains the network details of a machine type.

ClusterNet

string

The cluster network.

vpc/acl

EnableJumboFrame

boolean

Indicates whether jumbo frames are enabled.

true

HpnZone

string

The cluster ID.

B1

IsDpuMode

boolean

Indicates whether the machine is in DPU mode.

true

MachineType

string

The machine type.

efg1.nvga8n

NetArch

string

The network architecture.

XX-7.0

RegionId

string

The region ID.

cn-heyuan

Examples

Success response

JSON format

{
  "RequestId": "4FD06DF0-9167-5C6F-A145-F30CA4A15D54",
  "MachineNetworkInfo": [
    {
      "ClusterNet": "vpc/acl",
      "EnableJumboFrame": true,
      "HpnZone": "B1",
      "IsDpuMode": true,
      "MachineType": "efg1.nvga8n",
      "NetArch": "XX-7.0",
      "RegionId": "cn-heyuan"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.