each_dataset.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "href":"http://ec2...com:8080/api/v1/feeds/feed1",
  3. "Feeds":{
  4. "description":"test feed 4",
  5. "name":"test4",
  6. "status":"SCHEDULED",
  7. "groups":"online,bi",
  8. "frequency":"minutes(1)",
  9. "timezone":"UTC",
  10. "late-arrival":{
  11. "cut-off":"minutes(10)"
  12. },
  13. "clusters":{
  14. "cluster":[
  15. {
  16. "name":"drsource",
  17. "type":"source",
  18. "validity":{
  19. "start":"2010-01-01T00:00Z",
  20. "end":"2015-01-01T02:00Z"
  21. },
  22. "retention":{
  23. "limit":"minutes(15)",
  24. "action":"delete"
  25. }
  26. },
  27. {
  28. "name":"drtarget",
  29. "type":"target",
  30. "validity":{
  31. "start":"2010-01-01T00:00Z",
  32. "end":"2015-01-01T02:00Z"
  33. },
  34. "retention":{
  35. "limit":"minutes(17)",
  36. "action":"delete"
  37. }
  38. }
  39. ]
  40. },
  41. "locations":{
  42. "location":{
  43. "type":"data",
  44. "path":"/mirrorthis"
  45. }
  46. },
  47. "ACL":{
  48. "owner":"testuser",
  49. "group":"group",
  50. "permission":"0x755"
  51. },
  52. "schema":{
  53. "location":"/schema/clicks",
  54. "provider":"protobuf"
  55. },
  56. "properties":{
  57. "property":[
  58. {
  59. "name":"field3",
  60. "value":"value3"
  61. },
  62. {
  63. "name":"field2",
  64. "value":"value2"
  65. },
  66. {
  67. "name":"field4",
  68. "value":"value2"
  69. }
  70. ]
  71. }
  72. },
  73. "instances":[
  74. {
  75. "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/99",
  76. "Instances":{
  77. "id":"99",
  78. "cluster":"drtarget1",
  79. "sourceCluster":"drsource",
  80. "status":"RUNNING",
  81. "start":"2013-03-06T03:17Z",
  82. "end":"2013-03-06T03:19Z",
  83. "details":"",
  84. "log":""
  85. }
  86. },
  87. {
  88. "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/95",
  89. "Instances":{
  90. "id":"95",
  91. "cluster":"drtarget1",
  92. "sourceCluster":"drsource",
  93. "status":"RUNNING",
  94. "start":"2013-03-06T03:17Z",
  95. "end":"2013-03-06T03:19Z",
  96. "details":"",
  97. "log":""
  98. }
  99. }
  100. ]
  101. }