mirror of https://github.com/apache/cloudstack.git
bug 6720: add 'created' to the ListHosts response
status 6720: resolved fixed
This commit is contained in:
parent
8e90185008
commit
c8e9531842
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue