Aruba · Schema

GroupUpdate

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
group_attributes object Configuration attributes to update.
View JSON Schema on GitHub

JSON Schema

aruba-central-group-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupUpdate",
  "type": "object",
  "properties": {
    "group_attributes": {
      "type": "object",
      "description": "Configuration attributes to update."
    }
  }
}