link to retention policies in db response

pull/10616/head
Jade McGough 2017-03-20 11:58:09 -07:00
parent 46b62c2569
commit b354d80782
1 changed files with 7 additions and 1 deletions

View File

@ -2240,7 +2240,8 @@
"replication": 3, "replication": 3,
"shardDuration": "3h", "shardDuration": "3h",
"links": { "links": {
"self": "/chronograf/v1/sources/1/dbs/NOAA_water_database" "self": "/chronograf/v1/sources/1/dbs/NOAA_water_database",
"rps": "/chronograf/v1/sources/1/dbs/NOAA_water_database/rps"
} }
}, },
"properties": { "properties": {
@ -2268,6 +2269,11 @@
"type": "string", "type": "string",
"description": "Self link mapping to this resource", "description": "Self link mapping to this resource",
"format": "url" "format": "url"
},
"rps": {
"type": "string",
"description": "Link to retention policies for this database",
"format": "url"
} }
} }
} }