Zoneprofile:list
Retrieve a list of zone profiles
Retrieve a list of zone profile(s) available in your account.
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:zoneprofile="http://www.eurodns.com/zoneprofile">
<zoneprofile:list/>
</request>
<zoneprofile:list> (Occurrences: 1)
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
<response xmlns:zoneprofile="http://www.eurodns.com/zoneprofile">
<result code="1000">
<msg><![CDATA[Command completed successfully]]></msg>
</result>
<resData>
<zoneprofile:list numElements="#LISTCOUNTER#">
<zoneprofile:name id="#ZONE PROFILE ID#">#ZONE PROFILE NAME#</zoneprofile:name>
</zoneprofile:list>
</resData>
</response>
<zoneprofile:list> (Occurrences: 1)
R | #LISTCOUNTER# | The number of existing profiles |
<zoneprofile:name> (Occurrences: 0+)
R | #ZONE PROFILE ID# | The identifier of the zone profile |
R | #ZONE PROFILE NAME# | The name of the zone 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 |