SolarWinds · Schema

SystemUpdate

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
system object
View JSON Schema on GitHub

JSON Schema

solarwinds-systemupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SystemUpdate",
  "title": "SystemUpdate",
  "type": "object",
  "required": [
    "system"
  ],
  "properties": {
    "system": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "hostname": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}