• 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.

Plesk API RPC get template no response

C

cfnick1

Guest
I have plenty of working functions written for interacting with Plesk API RPC. For some reason Plesk does not respond at all when trying to get information about a template. I've tried many different xml requests to get template information, but nothing is returned; not even an error message. I have the correct administrator login, valid url, existing templates on Plesk, working applications with other requests etc. I've tried a few different requests such as including the client_id, specifying the specific template by name etc. Here is one of the requests I tried straight from he documentation at http://download1.swsoft.com/Plesk/Plesk8.0/Doc/plesk-8-api-rpc/32918.htm


The following packet gets the information about all domain templates that belong to Plesk Administrator:

<packet version="1.4.1.0">
<domain-template>
<get>
<filter/>
</get>
</domain-template>
</packet>


Any ideas why plesk would not respond?
 
Some fatal error in Plesk I suppose. Enable "display_errors" in psa/admin/conf/php.ini, restart Plesk and repeat the request - there should be an additional error information.
 
Back
Top