• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

I have a problem with API. IP-Pool.

A

AeroWave

Guest
Good evening.
I have a problem with API.
I make inquiry for in advance created user:
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.0.0">
<client>
<ippool_add_ip>
<client_id>29</client_id>
<ip_address>192.168.0.1</ip_address>
</ippool_add_ip>
</client>
</packet>

I Receive the answer:
<?xml version="1.0" ?>
- <packet version="1.4.0.0">
- <client>
- <ippool_add_ip>
- <result>
<status>error</status>
<errcode>1013</errcode>
<errtext>client does not exist</errtext>
</result>
</ippool_add_ip>
</client>
</packet>

Checked many times :(

For the user under ID 1 IP the address is added normally. Help to solve a problem, please.
 
Back
Top