Memodifikasi konfigurasi matriks cloud phone, termasuk tipe instans dan jumlah instans cloud phone.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Skema respons. |
||
| RequestId |
string |
ID permintaan. |
4610632D-D661-5982-B3D7-5D3FD183F**** |
| NodeInfos |
array<object> |
Informasi tentang matriks cloud phone yang dimodifikasi. |
|
|
array<object> |
Matriks. |
||
| NodeId |
string |
ID matriks cloud phone. |
cpn-e5kxgjyt8s1mb**** |
| InstanceInfos |
array<object> |
Informasi tentang instans cloud phone. |
|
|
object |
Informasi tentang instans cloud phone. |
||
| InstanceId |
string |
The instance ID. |
cpn-jewjt8xryuitu**** |
| PhoneDataVolume |
integer |
The internal storage capacity of the cloud phone. |
200 |
| ShareDataVolume |
integer |
Ukuran penyimpanan bersama, dalam GiB. Jika matriks menggunakan penyimpanan internal independen, nilai ini secara default ditetapkan ke 64 GiB untuk file global, seperti image. Jika matriks dikonfigurasi dengan penyimpanan bersama saat pembelian, nilai ini menunjukkan ukuran penyimpanan tersebut. |
100 |
| OrderId |
string |
ID pesanan untuk perubahan ini. |
223684716098**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "4610632D-D661-5982-B3D7-5D3FD183F****",
"NodeInfos": [
{
"NodeId": "cpn-e5kxgjyt8s1mb****",
"InstanceInfos": [
{
"InstanceId": "cpn-jewjt8xryuitu****",
"PhoneDataVolume": 200
}
],
"ShareDataVolume": 100
}
],
"OrderId": "223684716098****"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.