SolarWinds · Schema

SystemCreate

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
system object
View JSON Schema on GitHub

JSON Schema

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