Aruba · Schema

GatewayListResponse

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

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

JSON Schema

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