Aruba · JSON Structure

Aruba Central Device Structure

Type: object Properties: 13
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

serial macaddr device_type model firmware_version status group_name site ip_address labels aruba_part_no customer_id customer_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Device",
  "type": "object",
  "properties": {
    "serial": {
      "type": "string"
    },
    "macaddr": {
      "type": "string"
    },
    "device_type": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "firmware_version": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "group_name": {
      "type": "string"
    },
    "site": {
      "type": "string"
    },
    "ip_address": {
      "type": "string"
    },
    "labels": {
      "type": "array"
    },
    "aruba_part_no": {
      "type": "string"
    },
    "customer_id": {
      "type": "string"
    },
    "customer_name": {
      "type": "string"
    }
  }
}