Is there a way using RHEVM ReST API 3.2, to fetch the hostname(DNS name) of a virtual machine? There is IP address available under

<vm>
      <guest_info>
           <ips>
              <ip address=""/>
           </ips>
       </guest_info>
</vm>

but, no way to fetch the hostname.

Please guide.