DynamicDNS
Dynamic DNS
Return Dynamic DNS domains
This function lists the user’s Dynamic DNS (DDNS) domains.
Important:
When you disable the DNS role, the system disables this function.
get/DynamicDNS/list
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "list",
"module": "DynamicDNS",
"result": {
"data": [
{
"description": "My home network",
"domain": "home.example.com",
"id": "gziugyxxjwnamqtwysgmvrurplmafxpj"
}
],
"metadata": {
"transformed": 1
},
"status": 1
}
}