all_dataset_jobs.json 759 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "href" : "http://ec2...com:8080/api/v1/feeds/feed1/instances",
  3. "items" : [
  4. {
  5. "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/99",
  6. "Instances":{
  7. "id":"99",
  8. "cluster":"drtarget1",
  9. "sourceCluster":"drsource",
  10. "status":"RUNNING",
  11. "start":"2013-03-06T03:17Z",
  12. "end":"2013-03-06T03:19Z",
  13. "details":"",
  14. "log":""
  15. }
  16. },
  17. {
  18. "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/95",
  19. "Instances":{
  20. "id":"95",
  21. "cluster":"drtarget1",
  22. "sourceCluster":"drsource",
  23. "status":"RUNNING",
  24. "start":"2013-03-06T03:17Z",
  25. "end":"2013-03-06T03:19Z",
  26. "details":"",
  27. "log":""
  28. }
  29. }
  30. ]
  31. }