Returns comprehensive health data including: - Overall statistics (total carriers, operations, status counts) - Detailed health snapshots for each carrier API operation
This endpoint provides real-time health status from Redis monitoring data.
Successful Response
The resource requested was not found either because you do not have permissions to access it or it does not exist.
An unknown internal server issue occured while processing a request. A report is created and logged.
{- "total_carriers": 0,
- "total_operations": 0,
- "healthy_operations": 0,
- "degraded_operations": 0,
- "down_operations": 0,
- "carriers": [
- {
- "carrier_code": "string",
- "operation": "string",
- "version": "string",
- "status": "UP",
- "failure_count": 0,
- "request_count": 0,
- "failure_rate": 0,
- "avg_response_time": 0,
- "last_failure_time": "string",
- "last_success_time": "string"
}
]
}