zone_ttl_ update

Update the TTL of a zone

Inputs Description Type Regular expression Mandatory
API login Your api login String (min 3, max 10) Yes
API password your api password String (min 5, max 15) Yes
name The registered domain name you want update the zone for String (min 5, max 255) Yes
ttl TTL of the Zone Int (min 0, max 2147483647) Yes

 

Outputs Description Possible values
the standard result code and message Please refer to the chapter ‘Tags description’

 

Command

<api>
[…]
<command>
<zone_update>
<name>mydomain.extension</name>
<ttl>…</ttl>
</zone_update>
</command>
</api>

Response

<?xml version="1.0" encoding="utf-8"?>
<api>
<response>
<trID>…</trID>
<result code="…">
<msg>…</msg>
</result>
</response>
</api>