GET /api/sam/admin/config/keepdays
Get the number of days that SAM stores metrics and alerts
Description
This method gets the current value of the KeepDays configuration property.
Request Example
GET http://localhost:8080/api/sam/admin/config/keepdays
Response Example
{
"KeepDays": 2
}