This function disables DNSSEC on the domain.
Warning:
Important:
When you disable the DNS role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ DNSSEC \ disable_dnssec \ domain='example.com'
{- "apiversion": 3,
- "func": "disable_dnssec",
- "module": "DNSSEC",
- "result": {
- "data": {
- "disabled": {
- "example.com": 1
}
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}