bug 6720: add 'created' to the ListHosts response

status 6720: resolved fixed
This commit is contained in:
Kris McQueen 2010-10-25 16:32:33 -07:00
parent 8e90185008
commit c8e9531842
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ public class ListHostsCmd extends BaseListCmd {
hostResponse.setState(host.getStatus());
hostResponse.setIpAddress(host.getPrivateIpAddress());
hostResponse.setVersion(host.getVersion());
hostResponse.setCreated(host.getCreated());
GuestOSCategoryVO guestOSCategory = ApiDBUtils.getHostGuestOSCategory(host.getId());
if (guestOSCategory != null) {