Expand description
CFS configuration queries, layer-detail lookups, and cascading deletion of all dependent resources (sessions, BOS templates, IMS images).
Structs§
- Deletion
Candidates - Data gathered for deletion review and execution.
- GetConfiguration
Params - Typed parameters for fetching CFS configurations.
Functions§
- get_
configurations - List CFS configurations the caller may see.
- get_
configurations_ with_ analysis - Like
get_configurationsbut pairs every row with asafe_to_deleteverdict by fetching CFS components and running the purecrate::service::analysis::build_configuration_analysislinker. - validate_
date_ range - Validate that a
(since, until)date range is well-ordered.