• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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