All Products
Search
Document Center

Alibaba Cloud DNS:DescribeDnsGtmMonitorAvailableConfig

Last Updated:Mar 15, 2024

Queries available monitored nodes.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
alidns:DescribeDnsGtmMonitorAvailableConfigREAD
  • gtmInstance
    acs:alidns::{#accountId}:gtmInstance/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the values of specific response parameters. Default value: en. Valid values: en, zh, and ja.

en

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

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

The monitored nodes that can be used to perform health checks on address pools that contain public IPv4 addresses.

CityCodestring

The code of the city where the monitored node is deployed.

503
IspCodestring

The code of the Internet service provider (ISP) to which the monitored node belongs.

465
GroupNamestring

The name of the group to which the monitored node belongs.

BGP Nodes
CityNamestring

The display name of the city where the monitored node is deployed.

Zhangjiakou
IspNamestring

The display name of the ISP to which the monitored node belongs.

Alibaba
GroupTypestring

The type of the group to which the monitored node belongs. Valid values:

  • BGP: Border Gateway Protocol (BGP) nodes
  • OVERSEAS: nodes outside the Chinese mainland
  • ISP: ISP nodes
BGP
DefaultSelectedboolean

Indicates whether the monitored node is selected for the health check by default.

true
Ipsarray
string

The IP addresses of the monitored node.

["1.1.1.1","2.2.2.2"]
DomainIpv4IspCityNodesobject []

The monitored nodes that can be used to perform health checks on address pools that contain public domain names that are resolved to IPv4 addresses.

CityCodestring

The code of the city where the monitored node is deployed.

503
IspCodestring

The code of the ISP to which the monitored node belongs.

465
GroupNamestring

The name of the group to which the monitored node belongs.

BGP Nodes
CityNamestring

The display name of the city where the monitored node is deployed.

Zhangjiakou
IspNamestring

The display name of the ISP to which the monitored node belongs.

Alibaba
GroupTypestring

The type of the group to which the monitored node belongs. Valid values:

  • BGP: BGP nodes
  • OVERSEAS: nodes outside the Chinese mainland
  • ISP: ISP nodes
BGP
DefaultSelectedboolean

Indicates whether the monitored node is selected for the health check by default.

true
Ipsarray
string

The IP addresses of the monitored node.

["1.1.1.1","2.2.2.2"]
DomainIpv6IspCityNodesobject []

The monitored nodes that can be used to perform health checks on address pools that contain public domain names that are resolved to IPv6 addresses.

CityCodestring

The code of the city where the monitored node is deployed.

503
IspCodestring

The code of the ISP to which the monitored node belongs.

465
GroupNamestring

The name of the group to which the monitored node belongs.

BGP Nodes
CityNamestring

The display name of the city where the monitored node is deployed.

Zhangjiakou
IspNamestring

The display name of the ISP to which the monitored node belongs.

Alibaba
GroupTypestring

The type of the group to which the monitored node belongs. Valid values:

  • BGP: BGP nodes
  • OVERSEAS: nodes outside the Chinese mainland
  • ISP: ISP nodes
BGP
DefaultSelectedboolean

Indicates whether the monitored node is selected for the health check by default.

false
Ipsarray
string

This parameter is unavailable currently.

-
Ipv6IspCityNodesobject []

The monitored nodes that can be used to perform health checks on address pools that contain public IPv6 addresses.

CityCodestring

The code of the city where the monitored node is deployed.

503
IspCodestring

The code of the ISP to which the monitored node belongs.

465
GroupNamestring

The name of the group to which the monitored node belongs.

BGP Nodes
CityNamestring

The display name of the city where the monitored node is deployed.

Zhangjiakou
IspNamestring

The display name of the ISP to which the monitored node belongs.

Alibaba
GroupTypestring

The type of the group to which the monitored node belongs. Valid values:

  • BGP: BGP nodes
  • OVERSEAS: nodes outside the Chinese mainland
  • ISP: ISP nodes
BGP
DefaultSelectedboolean

Indicates whether the monitored node is selected for the health check by default.

true
Ipsarray
string

This parameter is unavailable currently.

-

Examples

Sample success responses

JSONformat

{
  "RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
  "Ipv4IspCityNodes": {
    "Ipv4IspCityNode": [
      {
        "CityCode": "503",
        "IspCode": "465",
        "GroupName": "BGP Nodes\n",
        "CityName": "Zhangjiakou\n",
        "IspName": "Alibaba\n",
        "GroupType": "BGP",
        "DefaultSelected": true,
        "Ips": {
          "Ip": [
            "[\"1.1.1.1\",\"2.2.2.2\"]"
          ]
        }
      }
    ]
  },
  "DomainIpv4IspCityNodes": {
    "DomainIpv4IspCityNode": [
      {
        "CityCode": "503",
        "IspCode": "465",
        "GroupName": "BGP Nodes\n",
        "CityName": "Zhangjiakou\n",
        "IspName": "Alibaba\n",
        "GroupType": "BGP",
        "DefaultSelected": true,
        "Ips": {
          "Ip": [
            "[\"1.1.1.1\",\"2.2.2.2\"]"
          ]
        }
      }
    ]
  },
  "DomainIpv6IspCityNodes": {
    "DomainIpv6IspCityNode": [
      {
        "CityCode": "503",
        "IspCode": "465",
        "GroupName": "BGP Nodes\n",
        "CityName": "Zhangjiakou\n",
        "IspName": "Alibaba\n",
        "GroupType": "BGP",
        "DefaultSelected": false,
        "Ips": {
          "Ip": [
            "-"
          ]
        }
      }
    ]
  },
  "Ipv6IspCityNodes": {
    "Ipv6IspCityNode": [
      {
        "CityCode": "503",
        "IspCode": "465",
        "GroupName": "BGP Nodes\n",
        "CityName": "Zhangjiakou\n",
        "IspName": "Alibaba\n",
        "GroupType": "BGP",
        "DefaultSelected": true,
        "Ips": {
          "Ip": [
            "-"
          ]
        }
      }
    ]
  }
}

Error codes

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