configprofiles list
This command retrieves information about one or more server profiles.
Syntax
configprofiles list -h
configprofiles list [-i <profile_ID>] [-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. If an ID is not specified, all server profiles are returned.
- {-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 returns information about a specific server profile.
connect --url https://192.0.2.0 --user ADMIN --noverify
configprofiles list -i 121 -v id
Related links
Give documentation feedback