Aruba · JSON Structure

Aruba Central Site Create Structure

Type: object Properties: 8
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

site_name address city state country zipcode longitude latitude

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

JSON Structure

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