Aruba · JSON Structure

Aruba Central Site Structure

Type: object Properties: 11
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Site 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

site_id site_name address city state country zipcode longitude latitude tags associated_device_count

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Site",
  "type": "object",
  "properties": {
    "site_id": {
      "type": "integer"
    },
    "site_name": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "zipcode": {
      "type": "string"
    },
    "longitude": {
      "type": "number"
    },
    "latitude": {
      "type": "number"
    },
    "tags": {
      "type": "array"
    },
    "associated_device_count": {
      "type": "integer"
    }
  }
}