Aruba · Schema

GroupListResponse

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
total integer Total number of groups.
count integer Number of groups returned.
data array
View JSON Schema on GitHub

JSON Schema

aruba-central-group-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupListResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of groups."
    },
    "count": {
      "type": "integer",
      "description": "Number of groups returned."
    },
    "data": {
      "type": "array"
    }
  }
}