Aruba · Schema

SiteDeviceAssociation

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
device_id array List of device serial numbers to associate.
device_type string Type of devices being associated.
View JSON Schema on GitHub

JSON Schema

aruba-central-site-device-association-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SiteDeviceAssociation",
  "type": "object",
  "properties": {
    "device_id": {
      "type": "array",
      "description": "List of device serial numbers to associate."
    },
    "device_type": {
      "type": "string",
      "description": "Type of devices being associated."
    }
  }
}