osimages list
This command retrieves information about all operating-system images.
Syntax
osimages list -h
osimages list [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-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 list of OS images.
connect --url https://192.0.2.0 --user ADMIN --noverify
osimages list
Give documentation feedback