Get uptime statistics
Get detailed uptime statistics for a time period
GET
/sla/uptime
curl \
--request GET 'https://zenux-api.redglacier-fb4abe56.southafricanorth.azurecontainerapps.io/sla/uptime' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"uptime_percentage": 99.95,
"total_downtime_minutes": 21.6,
"sla_target": 99.9,
"sla_met": true
}