• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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