Workaround | You can create the custom duplicated role in explore mode by expanding out /deviceappliance/users, right clicking on groups and selecting properties: In other words, selecting Properties on /deviceappliance/users/groups. Then, select add in the drop down method list and in the Parameters field input the name parameter (Group Name) and roles parameters and click Send. Example Parameters (for nwappliance service on a Packet Decoder):
name="DuplicateAdminRole" roles="connections.manage,database.manage,decoder.manage,dpo.manage,index.manage,logs.manage,parsers.manage,rules.manage,sdk.content,sdk.manage,sdk.meta,sdk.packets,services.manage,storedproc.execute,storedproc.manage,sys.manage,aggregate,users.manage"
The Response Output would be (if roles copied from the decoder service):
The group DuplicateAdminRole was added successfully, but the following invalid roles were removed: aggregate, database.manage, decoder.manage, dpo.manage, index.manage, parsers.manage, rules.manage, sdk.content, sdk.manage, sdk.meta, sdk.packets
Note: If you can see the custom group /users/groups, you can copy the roles for use in double quotes of the roles parameter in the above command. |