Aruba · JSON Structure

Aruba Central Client Structure

Type: object Properties: 15
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

macaddr name ip_address os_type connection network band channel signal_strength signal_db speed associated_device group_name site usage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Client",
  "type": "object",
  "properties": {
    "macaddr": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "ip_address": {
      "type": "string"
    },
    "os_type": {
      "type": "string"
    },
    "connection": {
      "type": "string"
    },
    "network": {
      "type": "string"
    },
    "band": {
      "type": "number"
    },
    "channel": {
      "type": "string"
    },
    "signal_strength": {
      "type": "integer"
    },
    "signal_db": {
      "type": "integer"
    },
    "speed": {
      "type": "integer"
    },
    "associated_device": {
      "type": "string"
    },
    "group_name": {
      "type": "string"
    },
    "site": {
      "type": "string"
    },
    "usage": {
      "type": "object"
    }
  }
}