Get Domain list of Hosting

Could you please tell what exactly is needed? Here you can find:

http://download1.parallels.com/Plesk/Doc/es-ES/online/plesk-api-rpc/66586.htm

Here is a sample request packet that retrieves the hosting information for every site that is not the primary site for a subscription, and every subdomain. To retrieve the settings of domains that are the primary domain for a subscription, use the <webspace> operator. For more information, see the Managing Subscriptions (Webspaces) section.

<packet>
<site>
<get>
<filter/>
<dataset>
<hosting/>
</dataset>
</get>
</site>
</packet>
 
Back
Top