Mengkueri spesifikasi yang tersedia untuk cloud phone. Informasi ini diperlukan untuk membuat instans. Untuk mode matriks cloud phone, operasi ini juga mengembalikan jumlah minimum dan maksimum instans yang diizinkan per matriks.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BizRegionId |
string |
No |
ID wilayah. |
cn-hangzhou |
| SpecIds |
array |
No |
Daftar ID spesifikasi. |
|
|
string |
No |
The specification ID. Valid values:
|
acp.basic.small |
|
| SpecType |
string |
No |
Tipe spesifikasi. Valid values:
|
CPU |
| SpecStatus |
string |
No |
Status spesifikasi. Valid values:
|
Available |
| SaleMode |
string |
No |
Mode pembelian cloud phone. Valid values:
|
Instance |
| MaxResults |
integer |
No |
Jumlah maksimum entri yang dikembalikan per halaman. Nilai valid: 1 hingga 100. Nilai default: 100. |
20 |
| NextToken |
string |
No |
Posisi awal kueri. Kosongkan parameter ini untuk memulai kueri dari awal. |
AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uONHqPtDLM2U8s**** |
| MatrixSpec |
string |
No |
Spesifikasi matriks cloud phone. Valid values:
|
cpm.gx7.10xlarge |
| ChargeType |
string |
No |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
D9888DAD-331E-5FBC-B5A0-F2445115**** |
| TotalCount |
integer |
The total number of entries. |
4 |
| NextToken |
string |
The token to use for the next request to retrieve a new page of results. If this parameter is empty, all results have been returned. |
AAAAAV3MpHK1AP0pfERHZN5pu6kw9dGL5jves2FS9RLq**** |
| SpecInfoModel |
array<object> |
The specification information. |
|
|
object |
|||
| SpecId |
string |
The specification ID. |
acp.basic.small |
| Core |
integer |
The number of CPU cores. |
8 |
| Memory |
integer |
The memory size in GB. |
16 |
| SystemDiskSize |
integer |
The size of the system disk, in GB. |
32 |
| SpecType |
string |
The specification type. |
ARM |
| SpecStatus |
string |
The specification status. |
Available |
| PhoneCount |
string |
The number of instances. |
2 |
| Resolution |
string |
The resolution of the cloud phone instance. |
1920*1080 |
| MaxPhoneCount |
string |
The maximum number of instances. |
40 |
| MinPhoneCount |
string |
The minimum number of instances. |
4 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "D9888DAD-331E-5FBC-B5A0-F2445115****",
"TotalCount": 4,
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6kw9dGL5jves2FS9RLq****",
"SpecInfoModel": [
{
"SpecId": "acp.basic.small",
"Core": 8,
"Memory": 16,
"SystemDiskSize": 32,
"SpecType": "ARM",
"SpecStatus": "Available",
"PhoneCount": "2",
"Resolution": "1920*1080",
"MaxPhoneCount": "40",
"MinPhoneCount": "4"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.