The following method returns details for a particular domain zone:

GET /dns_zones/:id.xml
GET /dns_zones/:id.json

XMLOutput example

<?xml version="1.0" encoding="UTF-8"?>
<dns_zone>
<name>abc3.com</name>
<created_at type="datetime">2011-12-19T12:51:02Z</created_at>
<updated_at type="datetime">2011-12-19T12:51:02Z</updated_at>
<id type="integer">5</id>
<user_id type="integer">1</user_id>
</dns_zone>

Where:

name– DNS zone name
created_at – the date when the DNS zone was created in the [YYYY][MM][DD]T[hh][mm][ss]Z format
updated_at – the date when the DNS zone was updated in the [YYYY][MM][DD]T[hh][mm][ss]Z format
id – DNS zone ID
user_id – the ID of a user who has created a DNS zone

Помог ли вам данный ответ? 0 Пользователи нашли это полезным (0 голосов)