Advertisement
Guest User

Untitled

a guest
May 10th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. {
  2. "tenant_usage":{
  3. "total_memory_mb_usage":2132.6222222222223,
  4. "total_vcpus_usage":4.165277777777778,
  5. "total_hours":4.165277777777778,
  6. "tenant_id":"56edac5883964a5285b423c73f2bf7c3",
  7. "stop":"2012-05-10 23:59:59",
  8. "server_usages":[
  9. {
  10. "hours":0.07472222222222222,
  11. "uptime":269,
  12. "local_gb":0,
  13. "ended_at":"2012-05-10 19:43:35",
  14. "name":"Test",
  15. "tenant_id":"56edac5883964a5285b423c73f2bf7c3",
  16. "vcpus":1,
  17. "memory_mb":512,
  18. "state":"terminated",
  19. "flavor":"m1.tiny",
  20. "started_at":"2012-05-10 19:39:06"
  21. },
  22. {
  23. "hours":4.0905555555555555,
  24. "uptime":6799,
  25. "local_gb":0,
  26. "ended_at":null,
  27. "name":"abc",
  28. "tenant_id":"56edac5883964a5285b423c73f2bf7c3",
  29. "vcpus":1,
  30. "memory_mb":512,
  31. "state":"active",
  32. "flavor":"m1.tiny",
  33. "started_at":"2012-05-10 19:54:33"
  34. }
  35. ],
  36. "start":"2012-04-09 00:00:00",
  37. "total_local_gb_usage":0.0
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement