REST API v1.1 - Managed DNS

Hosts - Get a host

Request

Example
GET /api/1.1/hosts/12345678.xml

Response

Example body
<host>
  <created-at type="datetime">2008-12-07T02:51:13Z</created-at>
  <data>172.16.16.1</data>
  <fqdn>example.com</fqdn>
  <host-type>A</host-type>
  <hostname nil="true"/>
  <id type="integer">23456789</id>
  <notes nil="true"/>
  <priority type="integer" nil="true"/>
  <ttl type="integer" nil="true"/>
  <updated-at type="datetime">2008-12-07T02:51:13Z</updated-at>
  <zone-id type="integer">12345678</zone-id>
</host>