GET /api/tenants/{id}/retention
Returns the long term retention policy for the database that belongs to the tenant.
Request
Parameter | Description | Additional information |
---|---|---|
id | The id of the Tenant. | Define this parameter in the url. |
Response
The long term retention policy.
Example
{ "Weekly": "sample string 1", "Monthly": "sample string 2", "Yearly": "sample string 3", "WeekOfYear": 1, "PointInTime": 4 }