configprofiles rename
This command modifies the name of an existing profile.
Syntax
configprofiles rename -h
configprofiles rename -i <profile_ID> -n <profile_name> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-i | --id} <profile_ID>
- Specifies the ID of the server profile.
- {-n | --name} <profile_name>
- Specifies the new server profile name.
- {-v | --view} <filter>
- Identifies the view to use for the returned data. If a filter is not specified, the default view is used.
You can also create custom views (see Creating custom views).
Examples
The following example renames a specific server profile.
connect --url https://192.0.2.0 --user ADMIN --noverify
configprofiles rename -i 121 –n myNewProfileName
Related links
Give documentation feedback