All Products
Search
Document Center

Alibaba Cloud DNS:ListCloudGtmMonitorNodes

Last Updated:Apr 21, 2025

Queries a list of health check nodes.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:ListCloudGtmMonitorNodeslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh-CN: Chinese
  • en-US (default): English
en-US

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

Unique request identification code.

536E9CAD-DB30-4647-AC87-AA5CC38C5382
Ipv4IspCityNodesarray<object>

Public IPv4 monitoring node list.

Ipv4IspCityNodeobject

Public IPv4 monitoring node information.

CountryCodestring

Country code.

629
CountryNamestring

Country name.

China
CityCodestring

City code.

503
CityNamestring

City name.

Beijing
GroupTypestring

Monitoring node group type, currently supported:

  • BGP: BGP node
  • OVERSEAS: International node
  • ISP: Carrier node
BGP
GroupNamestring

Monitor probe group name.

BGP Nodes
IspCodestring

Operator code.

465
IspNamestring

Operator name.

Alibaba
DefaultSelectedboolean

Monitor node default selection:

  • true: Selected by default
  • false: Not selected by default
true
NodeIdstring

Unique identifier ID of the probe node.

node-ewze1bysndy4gf**j8
Ipsarray

List of node IP addresses.

Ipstring

List of node IP addresses.

[ "47.92.XX.XX", "47.92.XX.XX", "39.98.XX.XX", "39.100.XX.XX" ]
Ipv6IspCityNodesarray<object>

List of public IPv6 monitoring nodes.

Ipv6IspCityNodeobject

Public IPv6 monitoring node.

CountryCodestring

Country code.

629
CountryNamestring

Country name.

China
CityCodestring

City code.

357
CityNamestring

City name.

Shanghai
GroupTypestring

Monitoring node group type, currently supported:

  • BGP: BGP node
  • OVERSEAS: International node
  • ISP: Carrier node
BGP
GroupNamestring

Monitoring probe group name.

BGP
IspCodestring

Operator code.

465
IspNamestring

Operator name.

Alibaba
DefaultSelectedboolean

Monitor node default selection:

  • true: Selected by default
  • false: Not selected by default
true
NodeIdstring

Unique identifier ID of the probe node.

node-ewze1bysndy4gf**j8
Ipsarray

List of node IP addresses.

Ipstring

List of node IP addresses.

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

Examples

Sample success responses

JSONformat

{
  "RequestId": "536E9CAD-DB30-4647-AC87-AA5CC38C5382",
  "Ipv4IspCityNodes": {
    "Ipv4IspCityNode": [
      {
        "CountryCode": "629",
        "CountryName": "China",
        "CityCode": "503",
        "CityName": "Beijing",
        "GroupType": "BGP",
        "GroupName": "BGP Nodes",
        "IspCode": "465",
        "IspName": "Alibaba",
        "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": "629",
        "CountryName": "China",
        "CityCode": "357",
        "CityName": "Shanghai\n",
        "GroupType": "BGP",
        "GroupName": "BGP",
        "IspCode": "465",
        "IspName": "Alibaba",
        "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

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