System Overview
Real-time telemetry and schema validation status across active API endpoints.
Total Endpoints
{{ report.total_endpoints }}
Passed
{{ report.passed_endpoints }}
check_circle
Warnings
{{ report.warning_count }}
warning
Failed
{{ report.failed_endpoints }}
error
Pass Rate
{% if report.total_endpoints > 0 %}{{ ((report.passed_endpoints / report.total_endpoints) * 100) | round(0) | int }}%{% else %}—{% endif %}
Drift Issues
{{ report.failed_endpoints + report.warning_count }}
trending_up