Skip to main content
Platform Operations/Platform Health

GetSLA

Get the monthly SLA report including uptime percentage and incident breakdown.

GET/api/v1/health/sla

Operation ID

GetSLA

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • month
    String

    Month to retrieve SLA data for in YYYY-MM format Month to retrieve SLA data for in YYYY-MM format

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • month
    String

    Month of the SLA report in YYYY-MM format

    Example: 2025-01

  • totalMinutes
    String

    Total number of minutes in the reporting period

    Example: 43800

  • healthyMinutes
    String

    Number of minutes the system was healthy

    Example: 43778

  • uptimePct
    Long

    Overall uptime percentage (0.0 to 100.0)

    Example: 99.95

  • componentBreakdown
    List

    Per-component SLA breakdown

    Example: (nested array)

    • component
      String

      Name of the component

      Example: database

    • uptimePct
      Long

      Uptime percentage for the reporting period (0.0 to 100.0)

      Example: 99.95

    • incidentCount
      Integer

      Number of incidents in the reporting period

      Example: 1