Nameserverprofile:list

Retrieve the list of nameserver profiles

Retrieve a list of nameserver profile(s) available in your account.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
    <request xmlns:nameserverprofile="http://www.eurodns.com/nameserverprofile">
        <nameserverprofile:list/>
    </request>

<nameserverprofile:list> (Occurrences: 1)

If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
    <response xmlns:nameserverprofile="http://www.eurodns.com/nameserverprofile">
        <result code="1000">
            <msg><![CDATA[Command completed successfully]]></msg>
        </result>
        <resData>
            <nameserverprofile:list numElements="#LISTCOUNTER#">
                <nameserverprofile:name id="#NAMESERVER PROFILE ID#">#NAMESERVER PROFILE NAME#</nameserverprofile:name>
            </nameserverprofile:list>
        </resData>
    </response>

<nameserverprofile:list> (Occurrences: 1)

R #LISTCOUNTER# The number of existing profiles

<nameserverprofile:name> (Occurrences: 0+)

R #NAMESERVER PROFILE ID# The identifier of the nameserver profile
R #NAMESERVER PROFILE NAME# The name of the nameserver profile

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