Mengkueri wilayah yang tersedia.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
B3395EC6-7A4A-5282-A9AB-7A442F2CFC90 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Regions |
object |
||
| Region |
array<object> |
The regions returned. |
|
|
object |
|||
| LocalName |
string |
The region name. |
China (Hangzhou) |
| RegionId |
string |
The region ID. |
cn-hangzhou |
Contoh
Respons sukses
JSONformat
{
"Code": "200",
"Message": "successful",
"RequestId": "B3395EC6-7A4A-5282-A9AB-7A442F2CFC90",
"Success": true,
"Regions": {
"Region": [
{
"LocalName": "China (Hangzhou)",
"RegionId": "cn-hangzhou"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.