Queries a list of available machine types.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the machine type. |
efg1.nvga1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Id of the request |
F16BA4D8-FF50-53B6-A026-F443FE31006C |
| NextToken |
string |
The token to request the next page of results. Include this token in your next request to retrieve the next page. |
a3f2224a5ec7224116c4f5246120abe4 |
| MachineTypes |
array<object> |
Details of the machine types. |
|
|
object |
|||
| CpuInfo |
string |
CPU information. |
2x Intel Icelake 8369B 32C CPU |
| DiskInfo |
string |
Disk information. |
2x 480GB SATA SSD |
| GpuInfo |
string |
GPU information. |
8x NVIDIA SXM4 80GB A100 GPU |
| MemoryInfo |
string |
Memory information. |
32x 64GB DDR4 3200 Memory |
| Name |
string |
The name of the machine type. |
efg1.nvga1 |
| NetworkInfo |
string |
Network information. |
2x 100Gbps DP NIC |
| NodeCount |
string |
The number of nodes. |
10 |
| Type |
string |
The type of the machine type. |
Public |
| BondNum |
integer |
The number of bonds. |
2 |
| TotalCpuCore |
integer |
The number of CPU cores. |
48 |
Examples
Success response
JSON format
{
"RequestId": "F16BA4D8-FF50-53B6-A026-F443FE31006C",
"NextToken": "a3f2224a5ec7224116c4f5246120abe4",
"MachineTypes": [
{
"CpuInfo": "2x Intel Icelake 8369B 32C CPU",
"DiskInfo": "2x 480GB SATA SSD",
"GpuInfo": "8x NVIDIA SXM4 80GB A100 GPU",
"MemoryInfo": "32x 64GB DDR4 3200 Memory",
"Name": "efg1.nvga1",
"NetworkInfo": "2x 100Gbps DP NIC",
"NodeCount": "10",
"Type": "Public",
"BondNum": 2,
"TotalCpuCore": 48
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.