Working with preference profiles
consolecli commands for working with preference profiles.
- DeletePreferenceProfile --username console_username --password console_user_password --profileName profile_name
- Delete the specified preference profile.
- ListPreferenceProfiles [--name profile_name]
- Return a list of console preference profiles. Optionally, you can specify a comma separated lists of preference profiles, to return their unique names.
- ShowPreferenceProfile --uniqueName profile_unique_name
- List all the attributes for a specified profile preference.
- AddUpdatePreferenceProfile --username console_username --password console_user_password --profileName profile_name [--newProfileName new_profile_name] [--themeDir theme_dir] [--showNavTree true|false] [--componentDir default|ltr|rtl] [--textDir default|contextual|ltr|rtl] [--views view_unique_name1, view_unique_name2] --roles role_name1, role_name2] [--defaultView view_unique_name]
- Use the AddUpdatePreferenceProfile command to
create a new profile preference or update an existing profile.
Table 1. AddUpdatePreferenceProfile command arguments Parameter and arguments Description --username console_username Mandatory parameter. A user with the iscadmins role. --password console_user_password Mandatory parameter. The password for the user with the iscadmins role. --profileName profile_name Mandatory parameter. The name of the profile that is to be created or modified. [--newProfileName new_profile_name] Optional parameter. The new name for the specified profile. [--themeDir theme_dir] Optional parameter. Used to specify the directory for the theme that you want to apply. [--showNavTree true|false] Optional parameter. Used to specify whether or not you want the navigation pane to be displayed for preference profile. [--componentDir default|ltr|rtl] Optional parameter. Used to specify component display direction, that is, whether you want items to display left-to-right, right-to-left, or to use the default browser settings. [--textDir default|ltr|rtl] Optional parameter. Used to specify text direction, that is, whether you want text to display left-to-right, right-to-left, or to use the default browser settings. [--views view_unique_name1, view_unique_name2] Optional parameter. Used to specify the views that you want to assign to the preference profile. Comma separated list. --roles role_name1, role_name2] Optional parameter. Used to specify the roles that you want to assign to the preference profile. Comma separated list. [--defaultView view_unique_name] Optional parameter. Used to specify the view that you want displayed when a user logs into the console.