This function lists the user’s Dynamic DNS (DDNS) domains.
Important:
When you disable the DNS role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ DynamicDNS \ list
{- "apiversion": 3,
- "func": "list",
- "module": "DynamicDNS",
- "result": {
- "data": [
- {
- "created_time": 0,
- "description": "My home network",
- "domain": "home.example.com",
- "id": "gziugyxxjwnamqtwysgmvrurplmafxpj",
- "last_run_times": [
- 0
], - "last_update_time": 0
}
], - "errors": null,
- "messages": null,
- "metadata": {
- "transformed": 1
}, - "status": 1,
- "warnings": null
}
}