Apache Guacamole · JSON Structure

Guacamole Rest Connection Group Structure

A group organizing connections and other connection groups

Type: object Properties: 5
ApacheOpen SourceRDPRemote AccessRemote DesktopSSHVNCWeb Gateway

ConnectionGroup is a JSON Structure definition published by Apache Guacamole, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

identifier name type parentIdentifier activeConnections

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-guacamole/refs/heads/main/json-structure/guacamole-rest-connection-group-structure.json",
  "name": "ConnectionGroup",
  "description": "A group organizing connections and other connection groups",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Unique group identifier"
    },
    "name": {
      "type": "string",
      "description": "Group name"
    },
    "type": {
      "type": "string",
      "description": "Group type (ORGANIZATIONAL or BALANCING)"
    },
    "parentIdentifier": {
      "type": "string",
      "description": "Parent group identifier"
    },
    "activeConnections": {
      "type": "int32",
      "description": "Total active connections in this group"
    }
  }
}