Ihr Browser lässt keine Web-Fonts zu. Unsere Webseiten nutzen Web-Fonts basierte Icons. Um unseren Service zu verbessern, erlauben Sie bitte Ihrem Browser Web-Fonts zu benutzen.
Wir stellen ein!
Deutsch | English | Español

2.10. Dyndns

The dyndns object provides methods to manage DynDNS accounts.

2.10.1. dyndns.check

Check DynDns Accounts

2.10.1.1. Input

Table 2.138. Parameters

ParameterDescriptionTypeRequiredDefault
usernameUsername username false 
hostnameA valid hostname array_text255 false 

2.10.1.2. Output

Table 2.139. Parameters

ParameterDescriptionTypeOptional
usernameTotal number of preregistrations text255  
availableIs hostname or username available boolean  

2.10.2. dyndns.create

Create DynDns Account

2.10.2.1. Input

Table 2.140. Parameters

ParameterDescriptionTypeRequiredDefault
usernameUsername username true 
passwordPassword text64 true 
hostnameA valid hostname array_text255 true 
testingExecute command in testing mode boolean falsefalse

2.10.2.2. Output

Table 2.141. Parameters

ParameterDescriptionTypeOptional
accountIdID of your account int  
recordIdID of your DNS record int  

2.10.3. dyndns.delete

Delete a DynDns Account

2.10.3.1. Input

Table 2.142. Parameters

ParameterDescriptionTypeRequiredDefault
accountIdAccount-ID of a DynDNS Account int false 
usernameUsername of a DynDNS Account username false 
testingTesting mode will perform no real action boolean false 

2.10.3.2. Output

No additional return parameters

2.10.4. dyndns.info

Info about a DynDns Account

2.10.4.1. Input

Table 2.143. Parameters

ParameterDescriptionTypeRequiredDefault
accountIdAccount-ID of a DynDNS Account int false 
usernameUsername of a DynDNS Account username false 

2.10.4.2. Output

Table 2.144. Parameters

ParameterDescriptionTypeOptional
accountIdID of your account int  
createdCreate date dateTime  
usernameYour username text255  
recordsDNS records array  

2.10.5. dyndns.list

List of your DynDns Accounts

2.10.5.1. Input

Table 2.145. Parameters

ParameterDescriptionTypeRequiredDefault
usernameUsername username false 
roidroId of your DynDns Account int false 

2.10.5.2. Output

Table 2.146. Parameters

ParameterDescriptionTypeOptional
accountIdID of your account int  
createdCreate date dateTime  
usernameYour username text255  
recordsList of DNS records array  

2.10.6. dyndns.log

Recent log-messages of a DynDns Account

2.10.6.1. Input

Table 2.147. Parameters

ParameterDescriptionTypeRequiredDefault
accountIdAccount-ID of a DynDNS Account int true 

2.10.6.2. Output

Table 2.148. Parameters

ParameterDescriptionTypeOptional
countNumber of logs int  
logsLogs array  

2.10.7. dyndns.updateRecord

Updates a DynDNS record.

2.10.7.1. Input

Table 2.149. Parameters

ParameterDescriptionTypeRequiredDefault
ipAddressA valid IPv4 address (A record) ip false 
ipAddressV6A valid IPv6 address (AAAA record, optional) ip false 

2.10.7.2. Output

Table 2.150. Parameters

ParameterDescriptionTypeOptional
ipv4_updatedNumber of IPv4 updates int  
ipv6_updatedNumber of IPv6 updates int