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

Plesk Module API

M

Mort

Guest
Hi,

Does anybody have experience using the Plesk Modules API? I am having some difficulty with a few of the functions and any help would be very much appreciated!

Thanks
Mort
 
yes, I use the Plesk API for some of the basic tasks, create/delete/enable/disable clients & domains, generate csr and install certs, ip management and a few other things.
 
Hi HostingGuy,

Do you have any idea if there is additional docomentation to the standard Mod-API and Mod-Guide? I find it to be incomplete, as there are a large number of undocumented functions and classes :(

Thanks
Mort
 
For Plesk 8.3 (the forum you posted in) there are only these that I know of
http://download1.swsoft.com/Plesk/Plesk8.3/Doc/en-US/plesk-8.3-api-rpc-guide/index.htm
http://download1.swsoft.com/Plesk/Plesk8.3/Doc/en-US/plesk-8.3-api-rpc/index.htm
http://download1.swsoft.com/Plesk/Plesk8.3/Doc/en-US/plesk-8.3-unix-mod-api/index.htm
http://download1.swsoft.com/Plesk/Plesk8.3/Doc/en-US/plesk-8.3-unix-mod-guide/index.htm


8.3 is fairly old now, so there will be classes and methods available in the newer versions that are not present in the 8.3 APIs, but for the most part all of the basic functionality is there and should be enough for most things.
 
Thanks, been through all that documentation, there is actually quite a lot missing. And yes I have checked, the documentation for later versions of plesk is identical to those of 8.3

*bangs head in frustration*
 
For example, they give you the functions to generate an error or warning message, but not the green information message upon a successful action...
And I must assume that they have some type of database interface class but nothing documented...
 
Back
Top