Aruba · Schema

DeviceListResponse

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
total integer Total number of devices matching the query.
count integer Number of devices returned in this response.
devices array
View JSON Schema on GitHub

JSON Schema

aruba-central-device-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeviceListResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of devices matching the query."
    },
    "count": {
      "type": "integer",
      "description": "Number of devices returned in this response."
    },
    "devices": {
      "type": "array"
    }
  }
}