Aruba · JSON Structure

Aruba Central Access Point List Response Structure

Type: object Properties: 3
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

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

Properties

total count aps

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AccessPointListResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "count": {
      "type": "integer"
    },
    "aps": {
      "type": "array"
    }
  }
}