• 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

ServerTown

New Pleskian
hello,

could somebody help with the API error 1005 (error 1005 Protocol version '0.0.0.0' is not supported. Current protocol version is '1.6.5.0')
the request which i've sent is (<?xml version="1.0" encoding="UTF-8"?> <packet version="1.6.3.0"> <customer> <get> <filter> <id>12</id> </filter> <dataset> <gen_info/> <stat/> </dataset> </get> </customer> </packet>)

This all is documented on: http://download1.parallels.com/Plesk/PP11/11.5/Doc/en-US/online/plesk-api-rpc/ under Creating Client Software-> Sending Request Packets

if you change the section: ***curl_setopt($ch, CURLOPT_POSTFIELDS, $packet);*** to: ***curl_setopt($ch, CURLOPT_POST, $packet);*** you get the error 1003 (error 1003 Wrong request)

I have Plesk Panel 11.5.30 Update #47 on a Debian 7.5

thanks
 
Last edited:
Back
Top