< HTTP响应数据>:
参数名称 | 数据类型 | 描述 |
url | String | URL |
ip | String | 服务器IP |
pattern_str | String | 匹配响应内容 |
pattern_type | String | 匹配方式[0-包含匹配内容,1-不包含匹配内容] |
pattern_target | String | 匹配目标[0-匹配response body,1-匹配header ] |
submit_method | String | HTTP请求方式[0-GET,1-POST,2-HEAD] |
http_user | String | HTTP验证用户名 |
http_pwd | String | HTTP验证密码 |
param | String | POST请求方式提交内容 |
header | Array | HTTP请求头信息 |
cookies | String | Cookies |
redirect | String | 重定向[on-勾选,off-未勾选] 默认不勾选 |
redirect_times | String | 重定向跳转次数(只有当redirect为on时,才有该返回项) |
ssl_verify | String | 是否开启ssl证书认证 1开启0关闭 |
https_sslv | String | ssl版本,适用于https监控, 0- 默认 1- TLSv1 4- TLSv1.0 5- TLSv1.1 6- TLSv1.2 |
mtr_conditions | String | mtr触发条件 |
<HTTP-响应示例>:
{
"task_id": "6922587",
"url": "https://www.alipay.com/",
"ip": "",
"pattern_str": "",
"pattern_type": "0",
"pattern_target": "0",
"submit_method": "0",
"http_user": "",
"http_pwd": "",
"param": "",
"header": [],
"cookies": "",
"redirect": "1",
"redirect_times": "3",
"ssl_verify": "0",
"https_sslv": "0",
"task_user_id": "25228111",
"alert_freq": "1",
"task_type": "http",
"is_remind": "1",
"task_permission": "1",
"organization": [],
"user_ids": [],
"task_name": " http01",
"task_summary": "https://www.alipay.com/",
"task_create_time": "1500515120",
"task_status": "1",
"frequency": "2",
"retry": "2",
"group_id": "384",
"monitor_history": "1",
"account_id": "391",
"hasOverseasMonitor": 1
}