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.12. Host

The host object provides methods to manage your glue records.

2.12.1. host.check

Checks a hostname.

2.12.1.1. Input

Table 2.157. Parameters

ParameterDescriptionTypeRequiredDefault
hostnameName of host hostname true 

2.12.1.2. Output

Table 2.158. Parameters

ParameterDescriptionTypeOptional
availHost available boolean  

2.12.2. host.create

Creates a new host.

2.12.2.1. Input

Table 2.159. Parameters

ParameterDescriptionTypeRequiredDefault
hostnameName of host hostname true 
ipIp address(es) array_ip true 
testingExecute command in testing mode boolean falsefalse

2.12.2.2. Output

Table 2.160. Parameters

ParameterDescriptionTypeOptional
roIdId (Repository Object Identifier) of the hostname int  

2.12.3. host.delete

Deletes a host.

2.12.3.1. Input

Table 2.161. Parameters

ParameterDescriptionTypeRequiredDefault
hostnameName of host hostname false 
roIdId (Repository Object Identifier) of the hostname int false 
testingExecute command in testing mode boolean falsefalse

2.12.3.2. Output

No additional return parameters

2.12.4. host.info

Get host details.

2.12.4.1. Input

Table 2.162. Parameters

ParameterDescriptionTypeRequiredDefault
hostnameName of host hostname false 
roIdId (Repository Object Identifier) of the hostname int false 

2.12.4.2. Output

Table 2.163. Parameters

ParameterDescriptionTypeOptional
roIdId (Repository Object Identifier) of the hostname int  
hostnameName of host int  
statusStatus of the hostname text64  
ipList of ip address ipList  

2.12.5. host.list

List of hosts.

2.12.5.1. Input

Table 2.164. Parameters

ParameterDescriptionTypeRequiredDefault
searchFilter by hostname search string text64 false*
pagePage number for paging int false1
pagelimitMax number of results per page int false20

2.12.5.2. Output

Table 2.165. Parameters

ParameterDescriptionTypeOptional
countTotal number of hostnames int  
host   
... roIdId (Repository Object Identifier) of the hostname int  
... hostnameName of host token255  
... ipList of ip address ipList  
... statusStatus of the hostname text64  

2.12.6. host.update

Updates a hostname.

2.12.6.1. Input

Table 2.166. Parameters

ParameterDescriptionTypeRequiredDefault
hostnameName of host hostname false 
roIdId (Repository Object Identifier) of the hostname int false 
ipIp address(es) array_ip true 
testingExecute command in testing mode boolean falsefalse

2.12.6.2. Output

No additional return parameters