Memanggil DescribeDedicatedHostTypes untuk mengkueri parameter rinci spesifikasi dedicated host yang didukung di wilayah tertentu, atau mengkueri keluarga spesifikasi instans ECS yang didukung oleh dedicated host.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
ID wilayah tempat dedicated host berada. Anda dapat memanggil DescribeRegions untuk melihat daftar wilayah Alibaba Cloud terbaru. |
cn-hangzhou |
| DedicatedHostType |
string |
No |
Spesifikasi dedicated host. Untuk detail lebih lanjut, lihat Spesifikasi Host. |
ddh.sn1ne |
| SupportedInstanceTypeFamily |
string |
No |
Keluarga spesifikasi instans ECS yang didukung oleh spesifikasi dedicated host. |
ecs.sn1ne |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
5FE5FF06-3A33-4658-8495-6445FC54E327 |
| DedicatedHostTypes |
object |
||
| DedicatedHostType |
array<object> |
Mengembalikan informasi spesifikasi dedicated host. |
|
|
array<object> |
|||
| Cores |
integer |
The number of cores per physical CPU. |
2 |
| LocalStorageCategory |
string |
The category of local disks. |
local |
| GPUSpec |
string |
The GPU model. |
NVIDIA P100 |
| TotalVcpus |
integer |
The total number of vCPUs. |
56 |
| CpuOverCommitRatioRange |
string |
The supported CPU overcommit ratio range. |
1-5 |
| PhysicalGpus |
integer |
The number of physical GPUs. |
2 |
| MemorySize |
number |
The memory size. Unit: GiB. |
112.0 |
| SupportCpuOverCommitRatio |
boolean |
Indicates whether the CPU overcommit ratio settings are supported. |
true |
| LocalStorageCapacity |
integer |
The capacity of a local disk. Unit: GiB. |
0 |
| DedicatedHostType |
string |
The dedicated host type. |
ddh.sn1ne |
| LocalStorageAmount |
integer |
The number of local disks on a dedicated host. |
0 |
| TotalVgpus |
integer |
The total number of vGPUs. |
10 |
| Sockets |
integer |
The number of physical CPUs. |
2 |
| SupportedInstanceTypeFamilies |
object |
||
| SupportedInstanceTypeFamily |
array |
The ECS instance families supported by the dedicated host type. |
|
|
string |
The ECS instance family. |
ecs.sn1ne |
|
| SupportedInstanceTypesList |
object |
||
| SupportedInstanceTypesList |
array |
The ECS instance types supported by the dedicated host type. |
|
|
string |
The ECS instance type. |
ecs.sn1ne.large |
Contoh
Respons sukses
JSONformat
{
"RequestId": "5FE5FF06-3A33-4658-8495-6445FC54E327",
"DedicatedHostTypes": {
"DedicatedHostType": [
{
"Cores": 2,
"LocalStorageCategory": "local",
"GPUSpec": "NVIDIA P100",
"TotalVcpus": 56,
"CpuOverCommitRatioRange": "1-5",
"PhysicalGpus": 2,
"MemorySize": 112,
"SupportCpuOverCommitRatio": true,
"LocalStorageCapacity": 0,
"DedicatedHostType": "ddh.sn1ne",
"LocalStorageAmount": 0,
"TotalVgpus": 10,
"Sockets": 2,
"SupportedInstanceTypeFamilies": {
"SupportedInstanceTypeFamily": [
"ecs.sn1ne"
]
},
"SupportedInstanceTypesList": {
"SupportedInstanceTypesList": [
"ecs.sn1ne.large"
]
}
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.