link to retention policies in db response
parent
46b62c2569
commit
b354d80782
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue