Add a DNSSEC record
Adds a Delegation Signer (DS) Record for a Domain Registration Order. Note Currently, Demo Registrar supports DS Record only for the following domain name extensions: .COM .IN .ME .NET .ORG
path Parameters
orderIdAdd a DNSSEC record › Request Body
keytagTag value of the DNSKEY Resource Record that validates this signature. Integer in the range 0 to 65536.
algorithmCryptographic algorithm used to generate the signature. Integer in the range 0 to 255.
digestTypeAlgorithm type used to construct the Digest. Values 1, 2, and 3 for .COM / .NET; 1 and 2 for other supported extensions.
Allowed values
| Value | Description |
|---|---|
| 1 | SHA-1 digest (40-character hex digest) |
| 2 | SHA-256 digest (64-character hex digest) |
| 3 | GOST R 34.11-94 digest (.COM / .NET only; 64-character hex digest) |
digestAlpha-numeric string from applying the Digest Type algorithm. 40 characters for Digest Type 1; 64 characters for Digest Types 2 and 3.
Add a DNSSEC record › Responses
OK
actionStatusStatus code of the queued domain action.
actionStatusDescHuman-readable description of the action status.
actionTypeDescHuman-readable description of the action type.
entityIdInternal entity identifier for the domain order.
eaqIdEntity action queue identifier for tracking the operation.
actionTypeAction type code for the queued operation.
currentActiondescriptionFree-text description of the action or domain row.
statusOverall operation status (for example, Success or Failed).
messageAdditional status or error message from the operation.
Delete a DNSSEC record
Deletes a Delegation Signer (DS) Record for a Domain Registration Order.
path Parameters
orderIdDelete a DNSSEC record › Request Body
keytagKey Tag value associated with the DS Record.
algorithmAlgorithm associated with the DS Record.
digestTypeDigest Type associated with the DS Record. Values 1, 2, and 3 for .COM / .NET; 1 and 2 for other supported extensions.
Allowed values
| Value | Description |
|---|---|
| 1 | SHA-1 digest (40-character hex digest) |
| 2 | SHA-256 digest (64-character hex digest) |
| 3 | GOST R 34.11-94 digest (.COM / .NET only; 64-character hex digest) |
digestDigest associated with the DS Record (40 characters for type 1, 64 for types 2 and 3).
Delete a DNSSEC record › Responses
OK
actionStatusStatus code of the queued domain action.
actionStatusDescHuman-readable description of the action status.
actionTypeDescHuman-readable description of the action type.
entityIdInternal entity identifier for the domain order.
eaqIdEntity action queue identifier for tracking the operation.
actionTypeAction type code for the queued operation.
currentActiondescriptionFree-text description of the action or domain row.
statusOverall operation status (for example, Success or Failed).
messageAdditional status or error message from the operation.

