Memulihkan akses Internet ke sebuah instans menggunakan alamat IP virtual (VIP)-nya untuk mendukung pemulihan yang lancar dalam arsitektur disaster recovery multi-instans. Operasi ini hanya tersedia untuk instans Edisi Platinum. Untuk menggunakannya, kirimkan tiket.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
mq:DisasterRecovery |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
ID instans ApsaraMQ for MQTT. |
mqtt-cn-xxx |
| RecoveryInstanceId |
string |
Yes |
ID instans yang akan dipulihkan. |
mqtt-cn-xxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
ID permintaan. |
135F8639-F262-4417-98D1-4DE4595C**** |
| Code |
integer |
Kode respons. Nilai 200 menunjukkan bahwa panggilan berhasil. Nilai lain menunjukkan kode kesalahan. Untuk informasi selengkapnya tentang kode kesalahan, lihat Error codes. |
200 |
| Success |
boolean |
Menunjukkan apakah panggilan berhasil. Nilai true berarti panggilan berhasil. Nilai false berarti panggilan gagal. |
True |
| Message |
string |
Pesan yang dikembalikan. |
operation success. |
| AccessDeniedDetail |
string |
Detail yang dikembalikan ketika akses ditolak. Bidang ini hanya dikembalikan jika autentikasi RAM gagal. |
{} |
Contoh
Respons sukses
JSONformat
{
"RequestId": "135F8639-F262-4417-98D1-4DE4595C****",
"Code": 200,
"Success": true,
"Message": "operation success.",
"AccessDeniedDetail": "{}"
}
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.