Manage connection groups.
- List Connection Groups
- List Connections and Connection Groups
- Details of Connection Group
- Details of Connection Group Tree
- Update Connection Group
- Create Connection Group
- Delete Connection Group
List connection groups.
None.
- data_source (string, required) - Data source
- token (string, required) - Auth Token
None.
- 200 - OK
@TODO
List connection groups with connections.
None.
- data_source (string, required) - Data source
- token (string, required) - Auth Token
None.
- 200 - OK
@TODO
Details of connection group.
None.
- data_source (string, required) - Data source
- connection_group (integer, required) - Connection group identifier
- token (string, required) - Auth Token
None.
- 200 - OK
@TODO
Details of connection group tree.
None.
- data_source (string, required) - Data source
- connection_group (integer, required) - Connection group identifier
- token (string, required) - Auth Token
- permission (string, optional) - Permission
None.
- 200 - OK
@TODO
Updates connection group.
- Content-Type (string, required) - application/json
- data_source (string, required) - Data source
- connection_group (integer, required) - Connection group identifier
- token (string, required) - Auth Token
@TODO
{
"name": "test",
"identifier": "1",
"parentIdentifier": "ROOT",
"type": "ORGANIZATIONAL",
"activeConnections": 0,
"attributes": {
"max-connections": "",
"max-connections-per-user": "",
"enable-session-affinity": ""
}
}
- 204 - No Content
This request does not return a response body.
Creates connection group.
- Content-Type (string, required) - application/json
- data_source (string, required) - Data source
- token (string, required) - Auth Token
@TODO
{
"parentIdentifier": "1",
"name": "name",
"type": "ORGANIZATIONAL",
"attributes": {
"max-connections": "",
"max-connections-per-user": "",
"enable-session-affinity": ""
}
}
- 200 - OK
@TODO
Delete connection group.
None.
- data_source (string, required) - Data source
- connection_group (string, required) - Connection groups identifier
- token (string, required) - Auth token
None.
- 204 - No Content
This request does not return a response body.