DNS
DNS Security
Enable domain's DNSSEC key
This function activates a domain's DNSSEC security key.
get/activate_zone_key
Query parameters
domainstring required
Example:example.com
The domain for which to activate a security key.
key_idinteger required
Example:1
The security key's ID.
Note:
Use the WHM AP1 fetch_ds_records_for_domains function to locate the domain's security key ID.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "activate_zone_key",
"reason": "OK",
"result": 1,
"version": 1
}
}