Skip to main content
Snap Creator Framework

Creating a list of all Snap Creator permissions by using the CLI

Contributors NetAppZacharyWambold

You can create a list of all Snap Creator permissions that can be assigned to a role by using the command line interface (CLI) only.

  1. Enter the following command:

    snapcreator --server host_name --port port_number --user sc_user_name --passwd sc_passwd --action permissionsList -verbose

    Here is an example:

    snapcreator --server localhost --port 8080 --user SCadmin
    --passwd passwd123 --action permList --verbose