ilert · Schema

CParamsServiceNow

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

Properties

Name Type Description
callerId string
impact string
urgency string
closeCode string
assignmentGroup string
ownerGroup string
service string
serviceOffering string
contactType string
View JSON Schema on GitHub

JSON Schema

cparamsservicenow.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsServiceNow",
  "title": "CParamsServiceNow",
  "type": "object",
  "properties": {
    "callerId": {
      "type": "string"
    },
    "impact": {
      "type": "string"
    },
    "urgency": {
      "type": "string"
    },
    "closeCode": {
      "type": "string"
    },
    "assignmentGroup": {
      "type": "string"
    },
    "ownerGroup": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "serviceOffering": {
      "type": "string"
    },
    "contactType": {
      "type": "string"
    }
  }
}