Working with views

consolecli commands for working with views.

The consolecli commands are entered in the DASH_HOME/bin.
ListViews
List all views.
AddViewMembers --username console_username --password console_user_password --view view_unique_name [--members members1, member2] [--launchMembers launch_member1, launch_member2]
Add members or launch members for a specified view.
Important: When you add members to a view at the command line, your updates are not reflected in the console until the next time that you log in.
ListViewsForRole --roleName role_name
List the views associated with a specified role.
MapViewsToRole --username console_username --password console_user_password --roleName role_name --viewList view_unique_name1, view_unique_name2 --accessLevelList level1, level2
Associate a comma separated list of views with a particular role and set the access level for the role for each view.
RemoveViewsFromRole --username console_username --password console_user_password --roleName role_name --viewList view_unique_name1, view_unique_name2
Disassociate a comma separated list of views from a particular role.