• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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