Lists the health check monitoring nodes based on the specified input parameters.
Try it now
Test
RAM authorization
|
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 |
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 |
| 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 |
| 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 |
| 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 |
| 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.