All Products
Search
Document Center

Alibaba Cloud DNS:ListCloudGtmMonitorNodes

Last Updated:Dec 03, 2025

Lists the health check monitoring nodes based on the specified input parameters.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

alidns:ListCloudGtmMonitorNodes

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

AcceptLanguage

string

No

The language of the response. Valid values:

  • zh-CN: Chinese

  • en-US (default): English

zh-CN

Response elements

Element

Type

Description

Example

object

RequestId

string

The unique request ID.

536E9CAD-DB30-4647-AC87-AA5CC38C5382

Ipv4IspCityNodes

object

Ipv4IspCityNode

array<object>

A list of IPv4 monitoring nodes on the Internet.

object

The information about an IPv4 monitoring node on the Internet.

CountryCode

string

The country code.

001

CountryName

string

The country name.

中国

CityCode

string

The city code.

503

CityName

string

The city name.

张家口市

GroupType

string

The type of the monitoring node group. Supported types:

  • BGP: Border Gateway Protocol (BGP) nodes

  • OVERSEAS: Global nodes

  • ISP: ISP nodes

BGP

GroupName

string

The name of the monitoring node group.

BGP节点

IspCode

string

The carrier code.

465

IspName

string

The carrier name.

阿里巴巴

DefaultSelected

boolean

Indicates whether the monitoring node is selected by default.

  • true: The node is selected by default.

  • false: The node is not selected by default.

true

NodeId

string

The unique ID of the monitoring node.

node-ewze1bysndy4gf**j8

Ips

object

Ip

array

A list of node IP addresses.

string

A node IP address.

[ "47.92.XX.XX", "47.92.XX.XX", "39.98.XX.XX", "39.100.XX.XX" ]

Ipv6IspCityNodes

object

Ipv6IspCityNode

array<object>

A list of IPv6 monitoring nodes on the Internet.

object

An IPv6 monitoring node on the Internet.

CountryCode

string

The country code.

001

CountryName

string

The country name.

中国

CityCode

string

The city code.

503

CityName

string

The city name.

张家口市

GroupType

string

The type of the monitoring node group. Supported types:

  • BGP: BGP nodes

  • OVERSEAS: Global nodes

  • ISP: ISP nodes

BGP

GroupName

string

The name of the monitoring node group.

BGP节点

IspCode

string

The carrier code.

465

IspName

string

The carrier name.

阿里巴巴

DefaultSelected

boolean

Indicates whether the monitoring node is selected by default.

  • true: The node is selected by default.

  • false: The node is not selected by default.

true

NodeId

string

The unique ID of the monitoring node.

node-ewze1bysndy4gf**j8

Ips

object

Ip

array

A list of node IP addresses.

string

A node IP address.

[ "240e:e9:6002:15c:0:ff:b015:1**f", "240e:e9:6002:15a:0:ff:b05c:1**8" ]

Examples

Success response

JSON format

{
  "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
  "Ipv4IspCityNodes": {
    "Ipv4IspCityNode": [
      {
        "CountryCode": "001",
        "CountryName": "中国",
        "CityCode": "503",
        "CityName": "张家口市",
        "GroupType": "BGP",
        "GroupName": "BGP节点",
        "IspCode": "465",
        "IspName": "阿里巴巴",
        "DefaultSelected": true,
        "NodeId": "node-ewze1bysndy4gf**j8",
        "Ips": {
          "Ip": [
            " [\n            \"47.92.XX.XX\",\n            \"47.92.XX.XX\",\n            \"39.98.XX.XX\",\n            \"39.100.XX.XX\"\n          ]"
          ]
        }
      }
    ]
  },
  "Ipv6IspCityNodes": {
    "Ipv6IspCityNode": [
      {
        "CountryCode": "001",
        "CountryName": "中国",
        "CityCode": "503",
        "CityName": "张家口市",
        "GroupType": "BGP",
        "GroupName": "BGP节点",
        "IspCode": "465",
        "IspName": "阿里巴巴",
        "DefaultSelected": true,
        "NodeId": "node-ewze1bysndy4gf**j8\n",
        "Ips": {
          "Ip": [
            " [\n            \"240e:e9:6002:15c:0:ff:b015:1**f\",\n            \"240e:e9:6002:15a:0:ff:b05c:1**8\"\n          ]\n"
          ]
        }
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.