ilert · Schema

CallFlowNumberDetails

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

Properties

Name Type Description
id integer
name string
state object
phoneNumber object
assignedTo object
View JSON Schema on GitHub

JSON Schema

callflownumberdetails.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/CallFlowNumberDetails",
  "title": "CallFlowNumberDetails",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "format": "int64"
    },
    "name": {
      "type": "string"
    },
    "state": {
      "$ref": "#/components/schemas/CallFlowNumberState"
    },
    "phoneNumber": {
      "$ref": "#/components/schemas/PhoneNumber"
    },
    "assignedTo": {
      "$ref": "#/components/schemas/CallFlowNumberAssignedTo"
    }
  }
}