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

Incomplete API result for service plan

S

Sam1315

Guest
Hi All,

Panel version: 10.4.4 Update #10
OS: Linux 2.6.24-23-server

There are 24 service plans in total(Listing in Plesk panel), but I'm getting only three of them via API.

Panel version: 10.4.4 Update #10
OS: Microsoft Windows 5.2;build-3790;sp2.0;suite274;product3

Here I am getting only 2 out of 13 service plans via API.

I am using the following API documentation for different operations.
http://download1.parallels.net/Plesk...-rpc/index.htm

API Code used: (My aim is to list all plans, but getting 2 or 3 of them)
---------------------------------------------------------------------
1. Request 1:
$data = '<packet version="1.6.3.0">
<service-plan>
<get>
<filter>
</filter>
</get>
</service-plan>
</packet>';

But I am getting result for the following query:
2. Request 2:
$data = '<packet version="1.6.3.0">
<service-plan>
<get>
<filter>
<name>Cloud Windows Home Basic</name>
</filter>
</get>
</service-plan>
</packet>';

Note: Plan named 'Cloud Windows Home Basic' did not listed in the first(1 Above) API 'GET' request.
I have same issue with the customer listing also.


I have no idea about why this is happening, please help me.

Thanks in Advance,

Warm Regards

Sam
 
Back
Top