• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

RPC API Plesk 8.3

1

1stDNSLtd

Guest
I am sending a request through ...


<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.2.0">
<domain>
<get>
<filter/>
<dataset>
<gen_info/>
</dataset>
</get>
</domain>
</packet>

to plesk 8.3 ... and i get back an empty string... when I try the same request (although different packet version) to plesk 8.2 i get back an XML response :) but 8.3 does not work... how can i debug this ??

tail -f /usr/local/admin/logs/*error*_log shows me my XML statement but nothing else ?

Thanks
 
Back
Top