Aruba · JSON Structure

Aruba Central Gateway Structure

Type: object Properties: 11
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Gateway is a JSON Structure definition published by Aruba, describing 11 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 uptime client_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Gateway",
  "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"
    },
    "uptime": {
      "type": "integer"
    },
    "client_count": {
      "type": "integer"
    }
  }
}