阿里云全局流量管理获取地址池健康检查配置

.icms-tree-table-trigger {
display: inline-block;
width: 17px;
height: 17px;
margin-right: 3px;
line-height: 14px;
text-align: center;
background: #fff;
border: 1px solid #e8e8e8;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.icms-tree-table-trigger::after {
content: ‘+’;
}

.icms-tree-table-trigger-expanded::after {
content: ‘-‘
}

调用DescribeGtmMonitorConfig获取地址池健康检查配置。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String DescribeGtmMonitorConfig

系统规定参数。取值:DescribeGtmMonitorConfig。

MonitorConfigId String 100

健康检查配置ID

Lang String en

用户语言

返回数据

名称 类型 示例值 描述
CreateTime String 2017-12-28T13:08Z

创建时间

CreateTimestamp Long 1527690629357

创建时间(时间戳)

EvaluationCount Integer 3

连续次数

Interval Integer 60

检查间隔

IspCityNodes Array

监控节点

IspCityNode

监控节点

CityCode String 503

城市编码

CityName String 张家口市

城市展示名

CountryCode String 001

国家编码

CountryName String 中国

国家展示名

IspCode String 465

运营商Code

IspName String 阿里巴巴

运营商名称

MonitorConfigId String 1234abc

健康检查配置ID

MonitorExtendInfo String {\”code\”:200,\”path\”:\”\\index.htm\”,\”host\”:\”aliyun.com\”}

扩展信息

ProtocolType String HTTP

检查协议

RequestId String 6856BCF6-11D6-4D7E-AC53-FD579933522B

请求ID

Timeout Integer 3000

超时时间

UpdateTime String 2017-12-28T13:08Z

更新时间

UpdateTimestamp Long 1527690629357

更新时间(时间戳)

示例

请求示例


http(s)://alidns.aliyuncs.com/?Action=DescribeGtmMonitorConfig
&MonitorConfigId=100
&<公共请求参数>

正常返回示例

XML 格式

<DescribeGtmMonitorConfigResponse>
  <RequestId>6856BCF6-11D6-4D7E-AC53-FD579933522B</RequestId>
	  <MonitorConfigId>1234abc</MonitorConfigId>
	  <CreateTime>2017-12-28T13:08Z</CreateTime>
	  <CreateTimestamp>1527690629357</CreateTimestamp>
	  <UpdateTime>2018-01-03T08:57Z</UpdateTime>
	  <UpdateTimestamp>1527690629357</UpdateTimestamp>
	  <ProtocolType>HTTP</ProtocolType>
	  <Interval>60</Interval>
	  <EvaluationCount>3</EvaluationCount>
	  <Timeout>3000</Timeout>
	  <MonitorExtendInfo>{"code":200,"path":"\index.htm","host":"aliyun.com"}</MonitorExtendInfo>
	  <IspCityNodes>
		    <CountryName>中国</CountryName>
		    <CountryCode>001</CountryCode>
		    <City>张家口市</City>
		    <CityCode>503</CityCode>
	  </IspCityNodes>
	  <IspCityNodes>
		    <CountryName>中国</CountryName>
		    <CountryCode>001</CountryCode>
		    <City>青岛市</City>
		    <CityCode>572</CityCode>
	  </IspCityNodes>
</DescribeGtmMonitorConfigResponse>

JSON 格式

{
	"Timeout":3000,
	"Interval":60,
	"CreateTimestamp":1527690629357,
	"ProtocolType":"HTTP",
	"MonitorConfigId":"1234abc",
	"UpdateTimestamp":1527690629357,
	"CreateTime":"2017-12-28T13:08Z",
	"RequestId":"6856BCF6-11D6-4D7E-AC53-FD579933522B",
	"UpdateTime":"2018-01-03T08:57Z",
	"IspCityNodes":[
		{
			"CountryName":"中国",
			"CityCode":"503",
			"CountryCode":"001",
			"City":"张家口市"
		},
		{
			"CountryName":"中国",
			"CityCode":"572",
			"CountryCode":"001",
			"City":"青岛市"
		}
	],
	"MonitorExtendInfo":"{\"code\":200,\"path\":\"\\index.htm\",\"host\":\"aliyun.com\"}",
	"EvaluationCount":3
}

错误码

访问错误中心查看更多错误码。

原创文章,作者:网友投稿,如若转载,请注明出处:https://www.cloudads.cn/archives/33499.html

发表评论

登录后才能评论