Change RRSet protection
change_rrset_protectionEnable or disable change protection for a DNS RRSet to prevent accidental modifications or deletions until protection is removed.
Instructions
Enable or disable the change protection of an RRSet. A protected RRSet cannot be changed or deleted until the protection is removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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" | |
| change | Yes | true to protect the RRSet from changes and deletion, false to unprotect |