ilert · Schema

EventFlowNodeMetadataWait

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

Properties

Name Type Description
waitForDuration string
waitStartSupportHoursId integer
waitEndSupportHoursId integer
View JSON Schema on GitHub

JSON Schema

eventflownodemetadatawait.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.ilert.com/schemas/EventFlowNodeMetadataWait",
  "title": "EventFlowNodeMetadataWait",
  "type": "object",
  "properties": {
    "waitForDuration": {
      "type": "string"
    },
    "waitStartSupportHoursId": {
      "type": "integer",
      "format": "int64"
    },
    "waitEndSupportHoursId": {
      "type": "integer",
      "format": "int64"
    }
  }
}