<接口地址>:/siteapi/data/snapshot/respcontent
<请求方式>:GET
<请求类型>:URL参数
<响应类型>:JSON
<请求参数>:
参数名称 | 是否必须 | 类型 | 默认值 | 描述 |
task_id | 是 | int | 无 | 任务编号 |
check_time | 是 | int | 无 | 检查时间,时间戳 |
monitor_id | 是 | int | 无 | 监测点ID |
<请求示例>:
curl -H "token:a3af84f7c1d0d935024ba58b5da78aaa" https://v6-api.jiankongbao.com/siteapi/data/snapshot/respcontent?task_id=64&check_time=1514367136&monitor_id=1
<响应数据>:
参数名称 | 数据类型 | 描述 |
resp_content | String | 响应结果,当结果非空时需要进行base64_decode还原 |
<响应示例>:
{ " resp_content ": "HTTP/1.1 302 Moved Temporarily\r\nDate: Sun, 11 Jun 2017 09:51:35 GMT\r\nContent-Type: text/html\r\nContent-Length: 215\r\nConnection: Keep-Alive\r\nSet-Cookie: BAIDUID=81F9E17178D428786CFBD55C4B4D072E:FG=1; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com\r\nSet-Cookie: BIDUPSID=81F9E17178D428786CFBD55C4B4D072E; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com\r\nSet-Cookie: PSTM=1497174695; expires=Thu, 31-Dec-37 23:55:55 GMT; max-age=2147483647; path=/; domain=.baidu.com\r\nSet-Cookie: BD_LAST_QID=17767826721941864985; path=/; Max-Age=1\r\nP3P: CP=" OTI DSP COR IVA OUR IND COM "\r\nLocation: https://www.baidu.com/\r\nServer: BWS/1.1\r\nX-UA-Compatible: IE=Edge,chrome=1\r\n\r\n<html>\r\n<head><title>302 Found</title></head>\r\n<body bgcolor="white">\r\n<center><h1>302 Found</h1></center>\r\n<hr><center>pr-nginx_1-0-341_BRANCH Branch\nTime : Wed Jun 7 15:33:03 CST 2017</center>\r\n</body>\r\n</html>\r\n" }