Change RRSet TTL
change_rrset_ttlUpdate the Time To Live (TTL) for a DNS record set. Set null to inherit the zone's default TTL.
Instructions
Change the Time To Live (TTL) of an RRSet. Pass null to fall back to the zone's default TTL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | Yes | Time To Live in seconds, or null to use the zone's default TTL | |
| name | Yes | Name of the RRSet, relative to the zone and in lower case, e.g. "www" or "@" for the zone apex | |
| type | Yes | Type of the RRSet, e.g. "A" or "TXT" | |
| zone | Yes | ID or name of the zone, e.g. "example.com" |