Aruba · Schema

Group

Configuration group for organizing devices and applying shared configuration templates, firmware policies, and settings.

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
group string Name of the group.
group_properties object Group-level configuration properties.
View JSON Schema on GitHub

JSON Schema

aruba-central-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Group",
  "type": "object",
  "description": "Configuration group for organizing devices and applying shared configuration templates, firmware policies, and settings.",
  "properties": {
    "group": {
      "type": "string",
      "description": "Name of the group."
    },
    "group_properties": {
      "type": "object",
      "description": "Group-level configuration properties."
    }
  }
}