123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "href":"http://ec2...com:8080/api/v1/feeds/feed1",
- "Feeds":{
- "description":"test feed 4",
- "name":"test4",
- "status":"SCHEDULED",
- "groups":"online,bi",
- "frequency":"minutes(1)",
- "timezone":"UTC",
- "late-arrival":{
- "cut-off":"minutes(10)"
- },
- "clusters":{
- "cluster":[
- {
- "name":"drsource",
- "type":"source",
- "validity":{
- "start":"2010-01-01T00:00Z",
- "end":"2015-01-01T02:00Z"
- },
- "retention":{
- "limit":"minutes(15)",
- "action":"delete"
- }
- },
- {
- "name":"drtarget",
- "type":"target",
- "validity":{
- "start":"2010-01-01T00:00Z",
- "end":"2015-01-01T02:00Z"
- },
- "retention":{
- "limit":"minutes(17)",
- "action":"delete"
- }
- }
- ]
- },
- "locations":{
- "location":{
- "type":"data",
- "path":"/mirrorthis"
- }
- },
- "ACL":{
- "owner":"testuser",
- "group":"group",
- "permission":"0x755"
- },
- "schema":{
- "location":"/schema/clicks",
- "provider":"protobuf"
- },
- "properties":{
- "property":[
- {
- "name":"field3",
- "value":"value3"
- },
- {
- "name":"field2",
- "value":"value2"
- },
- {
- "name":"field4",
- "value":"value2"
- }
- ]
- }
- },
- "instances":[
- {
- "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/99",
- "Instances":{
- "id":"99",
- "cluster":"drtarget1",
- "sourceCluster":"drsource",
- "status":"RUNNING",
- "start":"2013-03-06T03:17Z",
- "end":"2013-03-06T03:19Z",
- "details":"",
- "log":""
- }
- },
- {
- "href":"http://ec2...com:8080/api/v1/feeds/feed1/instances/95",
- "Instances":{
- "id":"95",
- "cluster":"drtarget1",
- "sourceCluster":"drsource",
- "status":"RUNNING",
- "start":"2013-03-06T03:17Z",
- "end":"2013-03-06T03:19Z",
- "details":"",
- "log":""
- }
- }
- ]
- }
|