Function /domain/dnssec/list
Function invocation
https://json.aftermarket.pl/domain/dnssec/list
Function description
Returns the list of domain DNSSEC entries.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| name | string | YES | Domain name |
Return value
List of domain DNS entries (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| id | integer | Entry identifier |
| name | string | Domain name |
| flag | integer | Flag indicating properties of the key. |
| algorithm | integer | DNSSEC cryptographic algorithm used with the key. |
| key | string | DNSSEC public key data |
| active | boolean | Domain is set for sale |