SolarWinds · Schema

IncidentCreate

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
incident object
View JSON Schema on GitHub

JSON Schema

solarwinds-service-desk-incident-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IncidentCreate",
  "type": "object",
  "properties": {
    "incident": {
      "type": "object"
    }
  }
}