Spectra Logic
1-800-833-1132 : 1-303-449-6400


Access Control Operations : Access Control List Operations : Get Data Policy ACL

Get Data Policy ACL
Get information about the specified data policy ACL.
Requests
Syntax
GET http[s]://{datapathDNSname}/_rest_/data_policy_acl/{ACL UUID or other unique attribute}
To determine the UUID for an ACL, see Get Data Policy ACLs.
Responses
Response Elements
<Data>
   <DataPolicyId>{
string}</DataPolicyId>
   <GroupId>{string}</GroupId>
   <Id>{string}</Id>
   <UserId>{string}</UserId>
</Data>
where the response elements are defined as follows:
Example
Sample Request
This request gets information about the data policy ACL with UUID 92f4dfa7-98b7-43d2-95af-a42a92d2372e.
GET http[s]://blackpearl-hostname/_rest_/data_policy_acl/92f4dfa7-98b7-43d2-95af-a42a92d2372e HTTP/1.1
Sample Response
HTTP/1.1 200 OK
<Data>
   <DataPolicyAcl>
      92f4dfa7-98b7-43d2-95af-a42a92d2372e
   </DataPolicyAcl>
   <GroupId>cd8bf7f2-5da4-46f6-a1ba-fdf2ede6e9ec</GroupId>
   <Id>92f4dfa7-98b7-43d2-95af-a42a92d2372e</Id>
   <UserId/>
</Data>