Aruba · JSON Structure

Aruba Central Access Point Structure

Type: object Properties: 21
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

serial name macaddr model status ip_address firmware_version group_name site labels swarm_id swarm_name cluster_id ap_deployment_mode mesh_role client_count uptime cpu_utilization mem_total mem_free radios

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessPoint",
  "type": "object",
  "properties": {
    "serial": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "macaddr": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "ip_address": {
      "type": "string"
    },
    "firmware_version": {
      "type": "string"
    },
    "group_name": {
      "type": "string"
    },
    "site": {
      "type": "string"
    },
    "labels": {
      "type": "array"
    },
    "swarm_id": {
      "type": "string"
    },
    "swarm_name": {
      "type": "string"
    },
    "cluster_id": {
      "type": "string"
    },
    "ap_deployment_mode": {
      "type": "string"
    },
    "mesh_role": {
      "type": "string"
    },
    "client_count": {
      "type": "integer"
    },
    "uptime": {
      "type": "integer"
    },
    "cpu_utilization": {
      "type": "integer"
    },
    "mem_total": {
      "type": "integer"
    },
    "mem_free": {
      "type": "integer"
    },
    "radios": {
      "type": "array"
    }
  }
}