SolarWinds · Schema

Group

Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

Properties

Name Type Description
id integer
name string
system_wildcard string
systems array
View JSON Schema on GitHub

JSON Schema

solarwinds-papertrail-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Group",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "system_wildcard": {
      "type": "string"
    },
    "systems": {
      "type": "array"
    }
  }
}