Bug 782713

Summary: [ovirt] [ovirt-engine] list hosts should show more info about host
Product: [Retired] oVirt Reporter: Haim <hateya>
Component: ovirt-engine-cliAssignee: Michael Pasternak <mpastern>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bazulay, hateya, iheim, mgoldboi, yeylon, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-19 14:47:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Haim 2012-01-18 08:54:46 UTC
Description of problem:

[oVirt-shell:connected]# list hosts
id                                    name           description
------------------------------------  -------------  -----------
cdea724e-4103-11e1-a0b7-6fb5cc8e8eac  10.16.144.160             
8f3e091c-4107-11e1-b347-cb8a436d14e3  10.16.144.166

I expect to get full info about hosts: 

- status: up, down 
- cluster 
- spmStatus 

info is not available even if trying to list specific host:

 id                                    name           description
------------------------------------  -------------  -----------
8f3e091c-4107-11e1-b347-cb8a436d14e3  10.16.144.166

also, list host should work on id as well.

Comment 1 Michael Pasternak 2012-01-19 11:29:13 UTC
'list' command is designed to list all entities in given collection,
the id of host cannot be used in this context, use 'show' command for
that.