DNSPod
旗下子品牌
API 文档
取消
文档目录
获取监控警告
1. 接口描述
本接口 Monitor.Getdowns 获取监控警告。
接口请求地址:https://dnsapi.cn/Monitor.Getdowns
HTTP请求方式:POST
2. 请求参数
以下请求参数列表仅列出了接口请求参数,正式调用时需要加上公共请求参数,见 公共请求参数 页面。
参数名 | 是否必须 | 类型 | 参数描述 |
---|---|---|---|
offset | 否 | Integer | 记录开始的偏移,第一条记录为 0,依次类推。 |
length | 否 | Integer | 共要获取的记录的数量,比如获取20条,则为20。 |
3. 响应代码
以下请求参数列表仅列出了此接口请求响应代码,除此接口请求响应代码外。还包含 共通返回。
响应码 | 描述 |
---|---|
共通返回。 |
4. 示例
curl -X POST https://dnsapi.cn/Monitor.Getdowns -d 'login_token=LOGIN_TOKEN&format=json&offset=0&length=10'
返回示例如下:
- JSON:
{
"status": {
"code": "1",
"message": "Action completed successful",
"created_at": "2012-11-24 22:54:03"
},
"info": {
"total_count": "1"
},
"monitor_downs": [
{
"down_id": "82553939",
"monitor_id": "7252746",
"host": "testapi.com",
"record_line": "默认",
"ip": "119.180.24.194",
"warn_reason": "连接超时|访问您主机时连接超时,并且重试了5次后依然超时,建议您检查下你的服务器是否有网络不稳定的情况移动:timed out网通:timed out电信:timed out",
"switch_log": [ ],
"created_on": "2012-11-24 22:30:06",
"updated_on": "0000-00-00 00:00:00"
}
]
}
最近更新于 2022-01-24 11:50
DNSPod 域名检测工具
查询域名信息,快速排查网站问题
网站自助排障
快速判断问题、提供合适的解决方案