configtargets
This command retrieves a list of deployable servers and server bays that are associated with the specified server pattern or profile.
Syntax
configtargets -h
configtargets [-i [<pattern_ID> | <profile_ID>] [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-i | --id} [<pattern_ID> | <profile_ID>]
- Specifies the ID of the configuration pattern or server profile. If an ID is not specified, data is returned for all server patterns and profiles.
- {-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 retrieves the list of deployable target devices that are associated with a specific server pattern.
connect --url https://192.0.2.0 --user ADMIN --noverify
configtargets -i 48
Related links
Give documentation feedback