configs
configs
¶
API router for configuration operations.
parse_config(request)
async
¶
Parse configuration text into structured format.
Source code in hier_config_api/routers/configs.py
compare_configs(request)
async
¶
Compare two configurations and return differences.
Source code in hier_config_api/routers/configs.py
predict_config(request)
async
¶
Predict future configuration state after applying commands.
Source code in hier_config_api/routers/configs.py
merge_configs(request)
async
¶
Merge multiple configurations into one.
Source code in hier_config_api/routers/configs.py
search_config(request)
async
¶
Search configuration for matching sections.