ilert · Schema

CountResponse

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

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

countresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CountResponse",
  "title": "CountResponse",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "format": "int64"
    }
  }
}