reports
reports
¶
API router for multi-device reporting.
create_report(request)
async
¶
Create a multi-device report.
Source code in hier_config_api/routers/reports.py
get_report_summary(report_id)
async
¶
Get summary statistics for a report.
Source code in hier_config_api/routers/reports.py
get_report_changes(report_id, tag=Query(None), min_devices=Query(1))
async
¶
Get detailed change analysis for a report.
Source code in hier_config_api/routers/reports.py
export_report(report_id, format=Query('json'))
async
¶
Export report in specified format (json, csv, yaml).