SolarWinds · JSON Structure

Solarwinds Loggly Account Info Structure

Type: object Properties: 5
Application MonitoringDatabase MonitoringInfrastructureIP Address ManagementIT ManagementITSMLog ManagementNetwork MonitoringObservability

AccountInfo is a JSON Structure definition published by SolarWinds, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id subdomain tokens subscription users

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccountInfo",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "subdomain": {
      "type": "string"
    },
    "tokens": {
      "type": "array"
    },
    "subscription": {
      "type": "object"
    },
    "users": {
      "type": "array"
    }
  }
}