Mengkueri wilayah tempat alamat berada.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
alidns:DescribeDnsGtmAddrAttributeInfo |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
Bahasa beberapa parameter yang dikembalikan. Nilai default: en. Nilai valid: en, zh, dan ja. |
en |
| Type |
string |
Yes |
Tipe alamat. Nilai valid:
|
IPV4 |
| Addrs |
string |
Yes |
Daftar alamat. |
[ "1.1.XX.XX" ] |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
6856BCF6-11D6-4D7E-AC53-FD579933522B |
| Addr |
object |
||
| Addr |
array<object> |
The addresses in the address pool. |
|
|
array<object> |
|||
| AttributeInfo |
object |
The line and group information of the address. |
|
| FatherCode |
string |
The code of the parent line. |
telecom |
| GroupName |
string |
The name of the regional group of the address. |
Global |
| LineCode |
string |
The code of the line of the address. |
default |
| LineName |
string |
The name of the line of the address. |
Global |
| GroupCode |
string |
The code of the regional group of the address. |
DEFAULT |
| Addr |
string |
The address. |
1.1.XX.XX |
Contoh
Respons sukses
JSONformat
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"Addr": {
"Addr": [
{
"AttributeInfo": {
"FatherCode": "telecom",
"GroupName": "Global",
"LineCode": "default",
"LineName": "Global",
"GroupCode": "DEFAULT"
},
"Addr": "1.1.XX.XX"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.