Aurion Docs
Api

Get Platform Health

GET
/api/v1/super-admin/platform/health
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/super-admin/platform/health"
{
  "alerts": {},
  "call_metrics": {},
  "cluster": {},
  "resource_utilization": {},
  "tenant_metrics": {},
  "timestamp": "string",
  "unhealthy_tenants": [
    {}
  ]
}