Nameserverprofile:info
Get all information for a nameserver profile
To get the information for a nameserver profile, you need its identifier. You can get the identifiers for your nameserver profiles using a nameserverprofile:list request.
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:nameserverprofile="http://www.eurodns.com/nameserverprofile">
<nameserverprofile:info>
<nameserverprofile:id>#NAMESERVER PROFILE ID#</nameserverprofile:id>
</nameserverprofile:info>
</request>
<nameserverprofile:info> (Occurrences: 1)
R | #NAMESERVER PROFILE ID# | Identifier of the nameserver profile |
If the specified nameserver profile exists in your account, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
<response xmlns:nameserver="http://www.eurodns.com/nameserver" xmlns:nameserverprofile="http://www.eurodns.com/nameserverprofile">
<result code="1000">
<msg><![CDATA[Command completed successfully]]></msg>
</result>
<nameserverprofile:id>#NAMESERVER PROFILE ID#</nameserverprofile:id>
<nameserverprofile:name>#NAMESERVER PROFILE NAME#</nameserverprofile:name>
<nameservers>
<nameserver:info>
<nameserver:fqdn>#NAMESERVER FQDN#</nameserver:fqdn>
<nameserver:ipaddr>#NAMESERVER IP ADDRESS#</nameserver:ipaddr>
</nameserver:info>
</nameservers>
</response>
<nameserverprofile:id> (Occurrences: 1)
R | #NAMESERVER PROFILE ID# | Identifier of the nameserver profile |
<nameserverprofile:name> (Occurrences: 1)
R | #NAMESERVER PROFILE NAME# | Nameserver profile name |
<nameservers> (Occurrences: 0,1)
<nameserver:info> (Occurrences: 1+)
R | #NAMESERVER FQDN# | Nameserver FQDN |
R | #NAMESERVER IP ADDRESS# | Nameserver ip address |
Legend
O | The element is optional and does not have to be specified in the request and/or answer |
R | The element is mandatory and has to specified in the request and/or answer |