• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Plesk API - XML-RPC gives 1002 error

S

serlank

Guest
Hi,

I'm trying to use the plesk xml-rpc api, and send the following message to the server :

<packet version="1.3.4.0">
<server>
<get><gen_info /></get>
</server>
</packet>

But I get this as the response :

<?xml version="1.0"?>
<packet version="1.3.4.0">
<system>
<status>error</status>
<errcode>1002</errcode>
<errtext>Wrong request</errtext>
</system>
</packet>

If anyone could help I would appreciate it. I can't seem to find any documentation on this.
 
Back
Top