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-groupupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupUpdate",
  "title": "GroupUpdate",
  "type": "object",
  "properties": {
    "group_attributes": {
      "type": "object",
      "description": "Configuration attributes to update.",
      "example": "example_value"
    }
  }
}