• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Error in API-RPC V1.6.3.4 (in getting site information)

R

rootusertom

Guest
When trying to fetch subordinate sites of a certain webspace/subscription with the following call (contents of 'dataset' omitted):

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.4">
<site><get>
<filter><parent-id>6</parent-id></filter>
<dataset> ... </dataset>
</get></site>
</packet>

I got the following error:
(1015) Webspace does not exist

This is definitely not correct. The webspace with the ID 6 DOES exist, BUT has no dependant sites in it. When I try the same RP call on a webspace that IS containing sites, I get a valid response.

So IMHO the correct answer to my first request should be a response packet with status "OK" and no data in it.

Regards, Tom
 
Back
Top