Aruba · Schema

GroupCreate

CloudInfrastructureNetwork ManagementNetworkingSD-WANSecuritySwitchesWireless

Properties

Name Type Description
group string Name for the new group.
group_attributes object Configuration attributes for the group.
View JSON Schema on GitHub

JSON Schema

aruba-central-group-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupCreate",
  "type": "object",
  "properties": {
    "group": {
      "type": "string",
      "description": "Name for the new group."
    },
    "group_attributes": {
      "type": "object",
      "description": "Configuration attributes for the group."
    }
  }
}