Change RRSet TTL
change_rrset_ttlUpdate the TTL of a DNS record (RRSet) to control caching duration. Set a new TTL in seconds or use null to inherit the zone's default.
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" |