ilert · Schema

SimpleIdField64

For POST and PUT requests only the id field is required for sub entities, e.g. status page -> service, alert source -> support hour

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

Properties

Name Type Description
id integer
View JSON Schema on GitHub

JSON Schema

simpleidfield64.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/SimpleIdField64",
  "title": "SimpleIdField64",
  "required": [
    "id"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    }
  },
  "description": "For POST and PUT requests only the id field is required for sub entities, e.g. status page -> service, alert source -> support hour"
}