This function indicates whether the account's domains resolve exclusively to this server.
uapi --output=jsonpretty \ --user=username \ DNS \ ensure_domains_reside_only_locally \ domain='example.com'
{- "apiversion": 3,
- "func": "ensure_domains_reside_only_locally",
- "module": "DNS",
- "result": {
- "data": [
- "The domain resolves to Mars. Beep beep beep."
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}