v1
latestSwagger 2.02026-07-178567199.3 KBretention policies
Alter retention policy for a database
patch/sources/{id}/dbs/{db}/rps/{rp}
Path parameters
idstring required
ID of the data source
dbstring required
Name of the database
rpstring required
Name of the retention policy
Request body
Example request
{
"name": "weekly",
"duration": "7d",
"replication": 1,
"shardDuration": "7d",
"default": true,
"links": {
"self": "/chronograf/v1/sources/1/dbs/NOAA_water_database/rps/liquid"
}
}Response
Retention Policy was altered
Example response
{
"name": "weekly",
"duration": "7d",
"replication": 1,
"shardDuration": "7d",
"default": true,
"links": {
"self": "/chronograf/v1/sources/1/dbs/NOAA_water_database/rps/liquid"
}
}