pub async fn get_configurations(
ctx: RequestCtx,
__arg1: Query<ConfigurationQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
GET /configurations — list CFS configurations with optional
name/pattern/group filters. Every row carries the full
CfsConfigurationResponse plus a safe_to_delete verdict
derived from CFS components only (a configuration is unsafe iff
some component lists it as desired_config).