ilert · Schema

CParamsAutotask

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

Properties

Name Type Description
companyId string
queueId string
ticketCategory string
ticketType string
noteType string
notePublish string
status string
View JSON Schema on GitHub

JSON Schema

cparamsautotask.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CParamsAutotask",
  "title": "CParamsAutotask",
  "required": [
    "queueId"
  ],
  "type": "object",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "queueId": {
      "type": "string"
    },
    "ticketCategory": {
      "type": "string"
    },
    "ticketType": {
      "type": "string"
    },
    "noteType": {
      "type": "string"
    },
    "notePublish": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}