TSIG Keys
A TSIG (Transaction Signature) key is set of shared credentials used to secure zone transfers between DNS servers.
TSIG key request
algorithm | string | The algorithm of the TSIG key. Required. | |
description | string | A freeform descriptive note. | |
name | string | The name of the TSIG key. Required. | |
secret | string | The Base64 encoded secret key. Required. |
TSIG key request
algorithm | string | The algorithm of the TSIG key. | |
description | string | A freeform descriptive note. | |
name | string | The name of the TSIG key. | |
secret | string | The Base64 encoded secret key. |
TSIG key response
Details of a TSIG key.
algorithm | string | The algorithm of the TSIG key. | |
created_at | string | Date and time in ISO 8601 format. Read-only. | |
description | string | A freeform descriptive note. | |
id | string | TSIG Key Identifier (UUID). | |
name | string | The name of the TSIG key. | |
updated_at | string | Date and time in ISO 8601 format. Read-only. |