REST API v1.1 - Managed DNS

Host templates - Get a host template

Request

Example
GET /api/1.1/host_templates/23456798.xml

Response

Example body
<host-template>
  <created-at type="datetime">2010-01-27T07:37:05Z</created-at>
  <data>10.10.10.10</data>
  <id type="integer">23456789</id>
  <hostname>www</hostname>
  <host-type>A</host-type>
  <notes nil="true"/>
  <priority nil="true"></priority>
  <ttl nil="true"></ttl>
  <updated-at type="datetime">2010-01-27T07:37:05Z</updated-at>
  <zone-template-id type="integer">12345678</zone-template-id>
</host-template>