Update Dynamic DNS domain ID

This function gives a new, randomly-generated ID to an existing Dynamic DNS (DDNS) domain.

Important:

When you disable the DNS role, the system disables this function.

SecurityBasicAuth
Request
query Parameters
id
required
string

The DDNS domain’s ID.

Example: id=ggiugyxxjwnkmqtwysgmvrurplmafxpq
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/DynamicDNS/recreate
Request samples
uapi --output=jsonpretty \
  --user=username \
  DynamicDNS \
  recreate \
  id='ggiugyxxjwnkmqtwysgmvrurplmafxpq'
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "recreate",
  • "module": "DynamicDNS",
  • "result": {
    • "data": {
      • "id": "ggiugyxxjwnkmqtwysgmvrurplmafxpq"
      },
    • "errors": null,
    • "messages": null,
    • "metadata": {
      • "transformed": 1
      },
    • "status": 1,
    • "warnings": null
    }
}