chassis
This command retrieves inventory data about all managed or unmanaged chassis, or a specific chassis.
Syntax
chassis -h
chassis [-s <management_status>] [-u <chassis_UUID>] [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-s | --status} <management_status>
- Identifies the management status of the chassis to be returned. You can specify one of the following values:
manage. (default) Returns inventory data for all managed chassis.
unmanaged. Returns inventory data for all discovered chassis that Lenovo XClarity Administrator does not manage.
- {-u | --uuid} <node_UUID>
- Specifies the UUID of a chassis. If a UUID is not specified, this command returns inventory data for all managed chassis unless you also specify the -s unmanaged option.
- {-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 inventory data for a specific chassis.
connect --url https://192.0.2.0 --user ADMIN --noverify
chassis -u AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Give documentation feedback