All Products
Search
Document Center

Alibaba Cloud DNS:DescribeDnsGtmAddrAttributeInfo

Last Updated:Mar 15, 2024

Queries the source regions of addresses.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language to return some response parameters. Default value: en. Valid values: en, zh, and ja.

en
TypestringYes

The type of the addresses. Valid values:

  • IPV4: IPv4 address
  • IPV6: IPv6 address
  • DOMAIN: domain name
ipv4
AddrsstringYes

The addresses whose source regions you want to query.

["1.1.1.1"]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

6856BCF6-11D6-4D7E-AC53-FD579933522B
Addrobject []

The addresses that were queried.

Addrstring

The address that was queried.

1.1.1.1
AttributeInfoobject

The source region of the address.

FatherCodestring

The parent line code of the source region.

telecom
GroupNamestring

The name of the source region group.

Global
LineCodestring

The line code of the source region.

default
GroupCodestring

The code of the source region group.

DEFAULT
LineNamestring

The line name of the source region.

Global

Examples

Sample success responses

JSONformat

{
  "RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
  "Addr": {
    "Addr": [
      {
        "Addr": "1.1.1.1",
        "AttributeInfo": {
          "FatherCode": "telecom",
          "GroupName": "Global",
          "LineCode": "default",
          "GroupCode": "DEFAULT",
          "LineName": "Global"
        }
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history