...
- deleteAclGroup
- String id - UUID of the ACL group. (Required)
- listAclGroups
- String name - name of the ACL group.
- String id - UUID of the ACL group.
- addAccountToAclGroup
- String id - UUID of the ACL group. (Required)
- List<String> accounts - comma separated list of account id that are going to be assigned to the acl group
- removeAccountFromAclGroup
- String id - UUID of the ACL group. (Required)
- List<String> accounts - comma separated list of account id that are going to be removed from the acl group
...
- deleteAclPolicy
- String id - UUID of the ACL Policy. (Required)
- listAclPolicies
- String name - name of the ACL policy.
- String id - UUID of the ACL policy.
- addAclPolicyToAclGroup
- String id - UUID of the ACL group. (Required)
- List<Long> policies - comma separated list of policy ids that are going to be assigned to the acl group
- removeAclPolicyFromAclGroup
- String id - UUID of the ACL group. (Required)
- List<Long> policies- comma separated list of policy ids that are going to be revoked from the acl group
- grantPermissionToAclPolicy
- String id - UUID of the ACL policy. Required
- List<String> permissions - comma separated list of permission statements that are going to be added to the acl policy
- revokePermissionFromAclPolicy
...
{"serverDuration": 151, "requestCorrelationId": "cce401e6908fd9ec"}