Menurunkan spesifikasi akses alamat IP virtual (VIP) dari instans tertentu selama proses disaster recovery untuk beberapa instans. Operasi ini hanya didukung oleh instans Edisi Enterprise Platinum. Untuk memanggil operasi ini, Anda harus mengajukan Tiket.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mq:DisasterDowngrade |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans ApsaraMQ for MQTT. |
mqtt-cn-xxx |
| DowngradeInstanceId |
string |
Yes |
ID instans ApsaraMQ for MQTT yang ingin Anda turunkan spesifikasi akses VIP-nya. |
mqtt-cn-xxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
82B9E503-F4A1-4F30-976F-C6999FF9**** |
| Code |
integer |
Kode respons. Kode status 200 menunjukkan bahwa permintaan berhasil. Kode status lain menunjukkan bahwa permintaan gagal. Untuk informasi tentang kode kesalahan, lihat Error codes. |
200 |
| Success |
boolean |
Menunjukkan apakah permintaan berhasil. Nilai yang valid: true dan false. |
True |
| Message |
string |
Pesan yang dikembalikan. |
operation success. |
| AccessDeniedDetail |
string |
Detail penolakan akses. Parameter ini hanya dikembalikan jika verifikasi izin Resource Access Management (RAM) gagal. |
None |
Contoh
Respons sukses
JSONformat
{
"RequestId": "82B9E503-F4A1-4F30-976F-C6999FF9****",
"Code": 200,
"Success": true,
"Message": "operation success.",
"AccessDeniedDetail": "None"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InstancePermissionCheckFailed | An error occurred while validating the permissions of the instance. Please verify the account that created the instance and its permissions settings. | |
| 400 | InvalidParameter.%s | An error occurred while validating the parameter. The parameter may be missing or invalid. | |
| 500 | InternalError | An error occurred while processing your request. Try again later. | |
| 404 | ApiNotSupport | The specified API is not supported. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.