SolarWinds · Schema

Change

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
id integer
number integer
name string
description string
state string
priority string
change_type string
created_at string
View JSON Schema on GitHub

JSON Schema

solarwinds-service-desk-change-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Change",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "number": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "priority": {
      "type": "string"
    },
    "change_type": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    }
  }
}