Queries the health check configuration for an address pool.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
alidns:DescribeDnsGtmMonitorConfig | get | *gtmInstance
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
Lang | string | No | The language of the response. Default value: en. Valid values: en, zh, and ja. | en |
MonitorConfigId | string | Yes | The ID of the health check configuration. For more information, see DescribeDnsGtmInstanceAddressPool. | Moni******* |
Response elements
Element | Type | Description | Example |
object | |||
RequestId | string | The unique request ID. | 6856BCF6-11D6-4D7E-AC53-FD579933522B |
Timeout | integer | The timeout period. Unit: milliseconds. | 3000 |
ProtocolType | string | The health check protocol. Valid values:
| TCP |
| IspCityNodes | object | ||
| IspCityNode | array<object> | The list of monitoring nodes. | |
object | A monitoring node. | ||
CityCode | string | The city code. | 572 |
CountryName | string | The displayed name of the country. | China |
IspCode | string | The carrier code. | 123 |
CityName | string | The displayed name of the city. | Qingdao |
CountryCode | string | The country code. | 001 |
IspName | string | The name of the carrier. | Alibaba |
CreateTime | string | The time when the configuration was created. | 2017-12-28T13:08Z |
UpdateTime | string | The time when the configuration was last updated. | 2018-01-03T08:57Z |
EvaluationCount | integer | The number of consecutive failures. | 3 |
UpdateTimestamp | integer | The timestamp that indicates when the configuration was last updated. | 1527690629357 |
MonitorExtendInfo | string | The extended information. The parameters vary by protocol.
| {\"code\":200,\"path\":\"\\index.htm\",\"host\":\"aliyun.com\"} |
MonitorConfigId | string | The ID of the health check configuration. | Monit********* |
CreateTimestamp | integer | The timestamp that indicates when the configuration was created. | 1527690629357 |
Interval | integer | The health check interval. Unit: seconds. | 1 |
Examples
Success response
JSON format
{
"RequestId": "6856BCF6-11D6-4D7E-AC53-FD579933522B",
"Timeout": 3000,
"ProtocolType": "TCP",
"IspCityNodes": {
"IspCityNode": [
{
"CityCode": "572",
"CountryName": "中国",
"IspCode": "123",
"CityName": "青岛市",
"CountryCode": "001",
"IspName": "阿里巴巴"
}
]
},
"CreateTime": "2017-12-28T13:08Z",
"UpdateTime": "2018-01-03T08:57Z",
"EvaluationCount": 3,
"UpdateTimestamp": 1527690629357,
"MonitorExtendInfo": "{\\\"code\\\":200,\\\"path\\\":\\\"\\\\index.htm\\\",\\\"host\\\":\\\"aliyun.com\\\"}",
"MonitorConfigId": "Monit*********",
"CreateTimestamp": 1527690629357,
"Interval": 1
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.