即时监测汇总数据
方法:GET
https://network.tingyun.com/network-report-data/instant/data/produceSummaryData-json-authkey
请求参数
| 字段名 |
类型 |
必填 |
描述 |
| authkey |
String |
是 |
授权码 |
| group_id |
Int |
是 |
即时监测组ID |
返回参数
| 字段名 |
类型 |
描述 |
| url |
String |
即时监测URL路径 |
| name |
String |
即时监测名称 |
| task_option |
String |
即时监测选项 |
| task_id |
String |
即时监测选择的任务ID |
| type |
String |
任务类型 |
| task_name |
String |
即时监测选择的任务名称 |
| errorCount |
String |
即时监测错误数量 |
| instantSumCount |
Int |
即时监测记录数量 |
| ipver |
Int |
IP的类型 |
| instantTotal |
String |
全部即时监测记录数量 |
| availability |
String |
可用性 |
| first_buffer_time |
String |
首次缓冲时间 |
| performance |
String |
性能(总下载时间) |
| ping_avg |
String |
延时 |
| ping_packet_lost |
String |
丢包率 |
| returnedInstantNum |
String |
已返回数据的即时监测记录数量 |
| second_buffer_time |
String |
再次缓冲时间 |
| ts_user |
String |
首屏时间 |
| ts_connect |
String |
建立连接时间 |
| ts_first_paInt |
String |
白屏时间 |
| ts_total |
String |
总下载时间 |
| pings_stdev |
String |
抖动 |
| hop_number |
String |
平均跃点数 |
| timemout_count |
Int |
正在监测或超时的点的个数 |
| failed_count |
Int |
错误的点的个数 |
| all_count |
Int |
所有的点个数 |
| succ_count |
Int |
正确返回的点数 |
| ctime |
Date |
创建时间 |
| status |
Int |
状态码 |
| data |
Object |
返回数据 |
| message |
String |
错误信息 |
| error_code |
Int |
错误码 |
| request |
String |
请求路径 |
| time |
Date |
请求时间 |
错误说明
| 字段说明 |
错误信息 |
| authkey |
PermissionDeniedError |
返回示例
{
"status": 200,
"data": {
"availability": "100.00%",
"first_buffer_time": "0.0",
"instantTotal": "1",
"performance": "931.0",
"ping_avg": "0.0",
"ping_packet_lost": "0.0",
"returnedInstantNum": "1",
"second_buffer_time": "0.0",
"ts_user": " 0.931s",
"ts_connect": " 0.000s",
"ts_first_paInt": " 0.932",
"ts_total": " 0.931s",
"url": "https://vip.kaxiang.cn/mobile-static/home?advertisingCode=GDT53531API&qz_gdt=hzx2oyaeaaaiet2uh4qq",
"name": "https://vip.kaxiang.cn/mobile-static/ho...DT53531API&qz_gdt=hzx2oyaeaaaiet2uh4qq",
"task_option": "F",
"task_id": "0",
"type": "1",
"ctime": "2021-08-03 11:24:26",
"task_name": null,
"instantType": "页面监测",
"networkType": "固网监测",
"errorCount": "0",
"instantSumCount": 1,
"summaryState": "1",
"refresh": false,
"freshPage": "off",
"listSum": 0,
"ipver": 0,
"do_ping": 0,
"do_tracert": 0,
"do_scrshot": 0,
"do_nslookup": 0,
"do_pcap": 0,
"hosts": null,
"ext_wait": 0,
"custom_header": null,
"reqed_text": null,
"check_dns": 1,
"custom_dnses": null,
"ping_size": 32,
"ping_count": 4,
"bs_ver_ids": "IE11,IE10,IE9,IE8",
"ping_wait_time_again": 0,
"hop_query_number": 0,
"pings_stdev": "0.0",
"hop_number": "0.0",
"isb": {
"timemout_count": 0,
"failed_count": 0,
"all_count": 1,
"succ_count": 1,
"ctime": 1627961066000,
"status": 0
},
"customValueMap": null,
"customValues": null
},
"error_code": 0,
"time": "2021-08-10 16:12:22"
}