更新时间:2019-10-15 14:10
查询整体数据概览
GET
/openapi/instances/{instanceId}/sync-reports/aggregation
key | 类型 | 说明 | 备注 |
---|---|---|---|
startTime | Long | 查询的开始时间 | 时间戳(秒) |
endTime | Long | 查询的结束时间 | 时间戳(秒) |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 当前请求的RequestID |
Result | Map | 查询结果 |
GET /openapi/instances/airec-cn-xxxxx/sync-reports/aggregation?startTime=1566489600&endTime=1566576000
{
"RequestId": "16B78383-2803-4964-9605-37B30C073B0E",
"Result": {
"Level": "normal",
"StartTime": "1566489600",
"EndTime": "1566658800",
"Detail": [
{
"Level": "normal",
"TotalCount": null,
"Type": "behavior",
"ErrorCount": null,
"ErrorPercent": null,
},
{
"Level": "normal",
"TotalCount": null,
"Type": "item",
"ErrorCount": null,
"ErrorPercent": null
},
{
"Level": "normal",
"TotalCount": null,
"Type": "user",
"ErrorCount": null,
"ErrorPercent": null
}
]
}
}
在文档使用中是否遇到以下问题
更多建议
匿名提交