ilert · Schema

ServiceUptimePercentage

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Properties

Name Type Description
uptimePercentage object
View JSON Schema on GitHub

JSON Schema

serviceuptimepercentage.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/ServiceUptimePercentage",
  "title": "ServiceUptimePercentage",
  "type": "object",
  "properties": {
    "uptimePercentage": {
      "type": "object",
      "properties": {
        "p90": {
          "maximum": 100,
          "minimum": 0,
          "type": "number",
          "format": "float",
          "readOnly": true
        },
        "p60": {
          "maximum": 100,
          "minimum": 0,
          "type": "number",
          "format": "float",
          "readOnly": true
        },
        "p30": {
          "maximum": 100,
          "minimum": 0,
          "type": "number",
          "format": "float",
          "readOnly": true
        }
      }
    }
  }
}