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

Recent content by BrunoBerck

  1. B

    Install Joomla via XML-RPC API

    thanks, it works with package version
  2. B

    Install Joomla via XML-RPC API

    1. <packet version="1.6.6.0"><aps><get-packages-list><all/></get-packages-list></aps></packet> 2. <packet version="1.6.6.0"><aps><download-package><package><name>joomla</name></package></download-package></aps></packet> --> 'task-id' => "98" 3. a loop every 5 seconds <packet...
  3. B

    Install Joomla via XML-RPC API

    Hi, I trying to install Joommla via XML-RPC API. (Plesk version : 12.0.18 Update #13 - API version : 1.6.6.0) Here are my methods 1. get Package list 2. download package 3. install package if I try with Wordpress, I don't have any problems. With Joomla : step 2 : I've got this...
  4. B

    RPC-API - Application installed

    Hi, With API-RPC command, how do I know which installed applications for a webspace ? Command GET-PACKAGES-LIST-BY-WEBSPACE gives list of available for the webspace, not the really installed. Thx.
Back
Top