Update any number of actions for one or more roles and types

Update the Actions for one or more Roles. Only explicitly specified mappings will be added/removed.

Request

PUT https://{hostname}:{port}
    /cli/roleupdateRoleActions
Accept: {contentType}
Table 1. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true
This command takes a JSON request string or file. Use the following template for the request:
{"[Role Name]": {"[Object Type]": {"[Type Name]": 
  {"[Action]": "true|false"}}}}

Related CLI command: updateRoleActions.