Queries the network configurations for machine types.
Try it now
Test
RAM authorization
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.