pub async fn auto_resolve_old_alerts(
platform_id: i64,
days_threshold: Option<i64>,
severity_level: Option<Vec<String>>,
db_manager: &State<Arc<DatabaseManager>>,
) -> Result<Json<Value>, (Status, Json<Value>)>
Expand description
Auto-resolve old alerts