Mengkueri blok CIDR node tempat Cadangan Basis Data (DBS) sedang Berjalan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dbs:DescribeNodeCidrList |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
Wilayah tempat DBS diaktifkan. Nilai valid:
|
cn-hangzhou |
| ClientToken |
string |
No |
Token klien yang digunakan untuk memastikan idempotensi permintaan. |
ETnLKlblzczshOTUbOCzxxxxxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Possible return values include details as follows. |
||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The ID of the request. |
5B352E69-E7B1-4EA7-BB8E-29FFE969C791 |
| ErrCode |
string |
The error code. |
Param.NotFound |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| ErrMessage |
string |
The error message. |
The specified parameter %s value is not valid. |
| IntranetIPs |
object |
||
| IntranetIP |
array |
The internal CIDR blocks. |
|
|
string |
The internal CIDR blocks. |
"10.X.X.0/24" |
|
| InternetIPs |
object |
||
| InternetIP |
array |
The public CIDR blocks. |
|
|
string |
The public CIDR blocks. |
"10.X.X.0/24" |
Contoh
Respons sukses
JSONformat
{
"HttpStatusCode": 200,
"RequestId": "5B352E69-E7B1-4EA7-BB8E-29FFE969C791",
"ErrCode": "Param.NotFound",
"Success": true,
"ErrMessage": "The specified parameter %s value is not valid. ",
"IntranetIPs": {
"IntranetIP": [
"\"10.X.X.0/24\""
]
},
"InternetIPs": {
"InternetIP": [
"\"10.X.X.0/24\""
]
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | Request.Forbidden | Have no Permissions |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.