updatecomp info
This command retrieves the status and progress of firmware updates and firmware repository.
Syntax
updatecomp info -h
updatecomp info [-q <data_type>] [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-q | --query} <data_type>
- The data to return. This can be one of the following values.
components. Returns a list of devices and components that can be updated
status. Returns the status of firmware updates that are in progress. This is the default value
- {-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 the status and progress of firmware updates and firmware-updates repository.
connect --url https://192.0.2.0 --user ADMIN --noverify
updatecomp info -q status
Related links
Give documentation feedback