get_dynamic_dns_details
get_dynamic_dns_details
Section titled “get_dynamic_dns_details”Show one Dynamic DNS config’s full record by _id.
Side effects: None (read-only). Call this before
update_dynamic_dns to see the current provider, hostname, and
tracked interface.
Returns the DDNS record (with x_password redacted), or an error
envelope if no config matches.
Example
Section titled “Example”get_dynamic_dns_details(ddns_id="65f...")Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
ddns_id |
string |
yes | — | The _id from list_dynamic_dns. |
controller |
string |
no | “default” | Name of the UniFi controller to target. Defaults to "default". |