Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. GET /v1/metric:
  2. EXPECTED:
  3. [
  4. {
  5. "created_by_user_id": null,
  6. "name": null,
  7. "resource_id": null,
  8. "created_by_project_id": null,
  9. "archive_policy_name": "low",
  10. "id": "14f3f96a-3f53-46c0-8955-4958edb2b827"
  11. },
  12. ]
  13. ===============================================================
  14. ACTUAL:
  15.  
  16. [
  17. {
  18. "created_by_user_id": null,
  19. "name": null,
  20. "resource_id": null,
  21. "created_by_project_id": null,
  22. "archive_policy": {
  23. "definition": [
  24. {
  25. "points": 3600,
  26. "timespan": "1:00:00",
  27. "granularity": "0:00:01"
  28. }
  29. ],
  30. "back_window": 0,
  31. "name": "low",
  32. "aggregation_methods": [
  33. "std",
  34. "count",
  35. "95pct",
  36. "min",
  37. "max",
  38. "sum",
  39. "median",
  40. "mean"
  41. ]
  42. },
  43. "archive_policy_name": "low",
  44. "id": "14f3f96a-3f53-46c0-8955-4958edb2b827"
  45. },
  46. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement