Function /domain/dnssec/add
Function invocation
https://json.aftermarket.pl/domain/dnssec/add
Function description
Adding your own DNSSEC entry for the domain.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| name | string | YES | Domain name | |
| flag | integer | YES | Flag indicating properties of the key. Allowed values: 256 or 257. | |
| algorithm | integer | YES | DNSSEC cryptographic algorithm used with the key. Allowed values: 8, 13, 14, 15, 16. | |
| key | string | YES | DNSSEC public key data |
Return value
New entry identifier (integer value).