Aruba · Schema

GroupDetail

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
group string Name of the group.
group_properties object
View JSON Schema on GitHub

JSON Schema

aruba-central-group-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupDetail",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "description": "Name of the group."
    },
    "group_properties": {
      "type": "object"
    }
  }
}