Aruba · JSON Structure

Aruba Central Radio Structure

Type: object Properties: 9
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

index macaddr band channel power tx_power utilization noise_floor status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Radio",
  "type": "object",
  "properties": {
    "index": {
      "type": "integer"
    },
    "macaddr": {
      "type": "string"
    },
    "band": {
      "type": "number"
    },
    "channel": {
      "type": "string"
    },
    "power": {
      "type": "integer"
    },
    "tx_power": {
      "type": "integer"
    },
    "utilization": {
      "type": "integer"
    },
    "noise_floor": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    }
  }
}