Queries the available configurations for DNS health checks.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
alidns:DescribeDnsGtmMonitorAvailableConfig | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
Lang | string | No | The language of the response. The default value is en. Valid values: en, zh, and ja. | en |
Response elements
Element | Type | Description | Example |
object | |||
| Ipv4IspCityNodes | object | ||
| Ipv4IspCityNode | array<object> | A list of IPv4 monitoring nodes on the Internet. | |
object | An IPv4 monitoring node on the Internet. | ||
CityCode | string | The city code. | 503 |
GroupName | string | The name of the node group. | BGP Node |
IspCode | string | The carrier code. | 465 |
CityName | string | The display name of the city. | Zhangjiakou |
IspName | string | The display name of the carrier. | Alibaba |
GroupType | string | The type of the node group. The following types are supported:
| BGP |
DefaultSelected | boolean | Indicates whether the node is selected by default. | true |
| Ips | object | ||
| Ip | array | A list of node IP addresses. | |
string | A list of node IP addresses. | [ "1.1.XX.XX", "2.2.XX.XX" ] | |
| DomainIpv4IspCityNodes | object | ||
| DomainIpv4IspCityNode | array<object> | A list of IPv4 monitoring nodes for domain names on the Internet. | |
object | An IPv4 monitoring node for a domain name on the Internet. | ||
CityCode | string | The city code. | 503 |
GroupName | string | The name of the node group. | BGP Node |
IspCode | string | The carrier code. | 465 |
CityName | string | The display name of the city. | Zhangjiakou |
IspName | string | The display name of the carrier. | Alibaba |
GroupType | string | The type of the node group. The following types are supported:
| BGP |
DefaultSelected | boolean | Indicates whether the node is selected by default. | true |
| Ips | object | ||
| Ip | array | A list of node IP addresses. | |
string | The node IP address. | [ "1.1.XX.XX", "2.2.XX.XX" ] | |
RequestId | string | The unique request ID. | 6856BCF6-11D6-4D7E-AC53-FD579933522B |
| DomainIpv6IspCityNodes | object | ||
| DomainIpv6IspCityNode | array<object> | A list of IPv6 monitoring nodes for domain names on the Internet. | |
object | An IPv6 monitoring node for a domain name on the Internet. | ||
CityCode | string | The city code. | 503 |
GroupName | string | The name of the node group. | BGP Node |
IspCode | string | The carrier code. | 465 |
CityName | string | The display name of the city. | Zhangjiakou |
IspName | string | The display name of the carrier. | Alibaba |
GroupType | string | The type of the node group. The following types are supported:
| BGP |
DefaultSelected | boolean | Indicates whether the node is selected by default. | false |
| Ips | object | ||
| ip | array | This response parameter is not available. | |
string | This response parameter is not available. | N/A | |
| Ipv6IspCityNodes | object | ||
| Ipv6IspCityNode | array<object> | A list of IPv6 monitoring nodes on the Internet. | |
object | An IPv6 monitoring node on the Internet. | ||
CityCode | string | The city code. | 503 |
GroupName | string | The name of the node group. | BGP Node |
IspCode | string | The carrier code. | 465 |
CityName | string | The display name of the city. | Zhangjiakou |
IspName | string | The display name of the carrier. | Alibaba |
GroupType | string | The type of the node group. The following types are supported:
| BGP |
DefaultSelected | boolean | Indicates whether the node is selected by default. | true |
| Ips | object | ||
| Ip | array | This response parameter is not available. | |
string | This response parameter is not available. | N/A |
Examples
Success response
JSON format
{
"Ipv4IspCityNodes": {
"Ipv4IspCityNode": [
{
"CityCode": "503",
"GroupName": "BGP节点",
"IspCode": "465",
"CityName": "张家口市",
"IspName": "阿里巴巴",
"GroupType": "BGP",
"DefaultSelected": true,
"Ips": {
"Ip": [
"[\n \"1.1.XX.XX\",\n \"2.2.XX.XX\"\n]"
]
}
}
]
},
"DomainIpv4IspCityNodes": {
"DomainIpv4IspCityNode": [
{
"CityCode": "503",
"GroupName": "BGP节点",
"IspCode": "465",
"CityName": "张家口市",
"IspName": "阿里巴巴",
"GroupType": "BGP",
"DefaultSelected": true,
"Ips": {
"Ip": [
"[\n \"1.1.XX.XX\",\n \"2.2.XX.XX\"\n]"
]
}
}
]
},
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"DomainIpv6IspCityNodes": {
"DomainIpv6IspCityNode": [
{
"CityCode": "503",
"GroupName": "BGP节点",
"IspCode": "465",
"CityName": "张家口市",
"IspName": "阿里巴巴",
"GroupType": "BGP",
"DefaultSelected": false,
"Ips": {
"ip": [
"暂无"
]
}
}
]
},
"Ipv6IspCityNodes": {
"Ipv6IspCityNode": [
{
"CityCode": "503",
"GroupName": "BGP节点",
"IspCode": "465",
"CityName": "张家口市",
"IspName": "阿里巴巴",
"GroupType": "BGP",
"DefaultSelected": true,
"Ips": {
"Ip": [
"暂无"
]
}
}
]
}
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.