Menampilkan Wilayah aktif untuk akun saat ini.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
815240e2-aa37-4c26-9cca-05d4df3e8fe6 |
| Regions |
object |
||
| Region |
array<object> |
Wilayah. |
|
|
object |
|||
| RegionId |
string |
ID Wilayah. |
cn-hangzhou |
Contoh
Respons sukses
JSONformat
{
"RequestId": "815240e2-aa37-4c26-9cca-05d4df3e8fe6",
"Regions": {
"Region": [
{
"RegionId": "cn-hangzhou"
}
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The specified parameter is not valid. | An invalid value is specified for the parameter. |
| 404 | InvalidAccessKeyId.NotFound | The Access Key ID provided does not exist in our records. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.