DescribeSyncReportDetail
描述
获取实时数据小时级别报告细节信息
方法
GET
URI
/openapi/instances/{instanceId}/sync-reports/detail
请求参数
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
startTime | Long | 是 | s时间戳,查询的整点时间 |
endTime | Long | 是 | s时间戳,查询的整点时间 |
type | String | 是 | behavior/item/user |
返回参数
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 当前请求的RequestID |
Result | Map | 返回详情结果 |
请求示例
GET /openapi/instances/airec-cn-xxxxxx/sync-reports/detail?startTime=xxx&endTime=xxx&type=behaivor
返回示例
{
"Result": {
"Total": {
"ErrorPercent": 84.6,
"TotalCount": 290993,
"ErrorCount": 246165,
"StartTime": 1567152000,
"EndTime": 1567155600
},
"Detail": [
{
"Type": "userIdBehavior",
"ErrorPercent": 0,
"ErrorCount": 100,
"History": [
{
"ErrorPercent": 0,
"StartTime": 1567119600,
"EndTime": 1567123200
},
{
"ErrorPercent": 0,
"StartTime": 1567119600,
"EndTime": 1567123200
},
...
]
},
{
"Type": "userIdBehavior",
"ErrorPercent": 0,
"ErrorCount": 100,
"History": [
{
"ErrorPercent": 0,
"StartTime": 1567119600,
"EndTime": 1567123200
},
{
"ErrorPercent": 0,
"StartTime": 1567119600,
"EndTime": 1567123200
},
...
]
}
]
},
"RequestId": "AD3BCF47-2A4C-44DD-B6B7-CC2F2BCB1DB9"
}
原创文章,作者:网友投稿,如若转载,请注明出处:https://www.cloudads.cn/archives/33396.html