EMC ViPR REST API

Search (SHIFT+S)

API Reference


Update Role Assignments

PUT /catalog/services/{id}/acl

id

Required Roles

Requires one of the following roles:

  • SECURITY_ADMIN
  • TENANT_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<acl_assignment_changes>
<add>     0-* Elements
<privilege> String 0-* Elements
<subject_id> String
<group> String
<tenant> String
</add>      
<remove>     0-* Elements
<privilege> String 0-* Elements
<subject_id> String
<group> String
<tenant> String
</remove>      
</acl_assignment_changes>

Response Body

Field Description Type Notes
<acl_assignments>
<acl_assignment>     0-* Elements
<privilege> String 0-* Elements
<subject_id> String
<group> String
<tenant> String
</acl_assignment>      
</acl_assignments>