重发即时监测
方法:GET
https://network.tingyun.com/network-report-data/instant/config/relaunch-json-authkey
请求参数
| 字段名 |
类型 |
必填 |
选项 |
描述 |
| authkey |
String |
是 |
-- |
授权码 |
| groupId |
Integer |
是 |
-- |
要重发的即时监测编号 |
返回参数
| 字段名 |
类型 |
描述 |
| group_id |
long |
即时监测组ID |
| instant_ids |
List |
即时监测数据ID列表 |
| status |
int |
状态码 |
| data |
String |
即时监测保存成功后的编号 |
| message |
String |
错误信息 |
| error_code |
int |
错误码 |
| request |
String |
请求路径 |
| time |
Date |
请求时间 |
错误说明
| 字段说明 |
错误信息 |
| authkey |
PermissionDeniedError |
返回示例
{
"status": 200,
"data": {
"group_id": 15232,
"instant_ids": [
52203
],
"token": "f5ba210809cb424a18cdc3fe27c274c8758a0d59",
"url": "https://networkalpha1.tingyun.com/network-web/#/instantResult/details?handlerType=instant&group_id=15232&user_id=182242&token=f5ba210809cb424a18cdc3fe27c274c8758a0d59"
},
"message": "",
"error_code": 0,
"request": "",
"time": "2021-08-10 16:02:08"
}