Aruba · JSON Structure

Aruba Central Network Structure

Type: object Properties: 5
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

essid type client_count group_name site

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Network",
  "type": "object",
  "properties": {
    "essid": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "client_count": {
      "type": "integer"
    },
    "group_name": {
      "type": "string"
    },
    "site": {
      "type": "string"
    }
  }
}