configpatterns list
This command retrieves information about one or more server patterns.
Syntax
configpatterns list -h
configpatterns list [-i <pattern_ID>] [–-includeSettings <settings_list>] [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-i | --id} <pattern_ID>
- Specifies the ID of the server pattern. If an ID is not specified, all server patterns are returned.
- {--includeSettings} <settings_list>
- Specifies a list of IDs for category-pattern settings to return. If specified, The settings for category patterns that are associated with the specified server pattern 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 all server patterns.
connect --url https://192.0.2.0 --user ADMIN -noverify
configpatterns list
The following example returns information about a specific server pattern.
connect --url https://192.0.2.0 --user ADMIN -noverify
configpatterns list -i 48
Related links
Give documentation feedback