Gets all ACL groups.
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
NAMESPACE_ADMIN
Contains details of the groups associated with the ACL.
Field | Description | Type | Notes |
groups | |||
group |
0-* Elements |
||
id | Group id | String | |
display_name | Display name | String | |
description | Description | String |
GET https://192.168.0.0:4443/object/bucket/acl/groups HTTP/1.1 Concept-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groups> <group> <id>public</id> <display_name>public</display_name> <description>all users including authenticated users and anonymous</description> </group> </groups>