阿里云智能推荐DescribeSyncReportDetail

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 返回详情结果

请求示例

  1. GET /openapi/instances/airec-cn-xxxxxx/sync-reports/detail?startTime=xxx&endTime=xxx&type=behaivor

返回示例

  1. {
  2. "Result": {
  3. "Total": {
  4. "ErrorPercent": 84.6,
  5. "TotalCount": 290993,
  6. "ErrorCount": 246165,
  7. "StartTime": 1567152000,
  8. "EndTime": 1567155600
  9. },
  10. "Detail": [
  11. {
  12. "Type": "userIdBehavior",
  13. "ErrorPercent": 0,
  14. "ErrorCount": 100,
  15. "History": [
  16. {
  17. "ErrorPercent": 0,
  18. "StartTime": 1567119600,
  19. "EndTime": 1567123200
  20. },
  21. {
  22. "ErrorPercent": 0,
  23. "StartTime": 1567119600,
  24. "EndTime": 1567123200
  25. },
  26. ...
  27. ]
  28. },
  29. {
  30. "Type": "userIdBehavior",
  31. "ErrorPercent": 0,
  32. "ErrorCount": 100,
  33. "History": [
  34. {
  35. "ErrorPercent": 0,
  36. "StartTime": 1567119600,
  37. "EndTime": 1567123200
  38. },
  39. {
  40. "ErrorPercent": 0,
  41. "StartTime": 1567119600,
  42. "EndTime": 1567123200
  43. },
  44. ...
  45. ]
  46. }
  47. ]
  48. },
  49. "RequestId": "AD3BCF47-2A4C-44DD-B6B7-CC2F2BCB1DB9"
  50. }

原创文章,作者:网友投稿,如若转载,请注明出处:https://www.cloudads.cn/archives/33396.html

发表评论

登录后才能评论