* @param args
* the path arguments.
* @return the list of host references.
*/
protected List<NamedRelatedResourceRep> getList(String path, Object... args) {
HostList response = client.get(HostList.class, path, args);
return ResourceUtils.defaultList(response.getHosts());
}