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

Plesk XML API

cmaxwell

Regular Pleskian
I am trying to migratte a client from Plesk 7.5.4 to Plesk 8.2.1.

The migration starts and the status reports as OK, then I check the status again using exactly the same XML and it reports an error with the protocol version.

Here's the XML:

Code:
XML request:

<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:10:45 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>ok</status>
        <migration_status>
          <total>9</total>
          <completed>0</completed>
        </migration_status>
      </result>
    </get_status>
  </migration>
</packet>

====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML request:
<packet version="1.3.5.1">
<migration>
        <get_status>
                <migration_id>/usr/local/psa/tmp/supervisor.1359</migration_id>
        </get_status>
</migration>
</packet>
====================================
Sat, 27 Oct 2007 20:11:15 +0000:

XML response:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.3.5.1">
  <migration>
    <get_status>
      <result>
        <status>error</status>
        <errcode>15001</errcode>
        <errtext>Protocol version '1.4.0.0' not supported. Current protocol version is '1.3.5.1'
</errtext>
      </result>
    </get_status>
  </migration>
</packet>

Unless i'm going crazy, the protocol version remains as 1.3.5.1 throughout so why is it referring to 1.4.0.0?

Thanks in advance for anyone's help.
 
Back
Top