Aruba · JSON Structure

Aruba Central Client List Response Structure

Type: object Properties: 3
CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

ClientListResponse 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 clients

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

JSON Structure

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