This function creates a Dynamic DNS (DDNS) domain.
Important:
When you disable the DNS role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ DynamicDNS \ create \ domain='home.example.com'
{- "apiversion": 3,
- "func": "create",
- "module": "DynamicDNS",
- "result": {
- "data": {
- "created_time": 0,
- "id": "ggiugyxxjwnkmqtwysgmvrurplmafxpq"
}, - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}