Module configuration

Module configuration 

Source
Expand description

CFS configuration queries, layer-detail lookups, and cascading deletion of all dependent resources (sessions, BOS templates, IMS images).

Structs§

DeletionCandidates
Data gathered for deletion review and execution.
GetConfigurationParams
Typed parameters for fetching CFS configurations.

Functions§

get_configurations
List CFS configurations the caller may see.
get_configurations_with_analysis
Like get_configurations but pairs every row with a safe_to_delete verdict by fetching CFS components and running the pure crate::service::analysis::build_configuration_analysis linker.
validate_date_range
Validate that a (since, until) date range is well-ordered.