• 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

api

  1. Paul Hermans

    Issue Plesk API bug: IPv6 DNS records not added

    When we create a new subscription in Plesk via the API, the IPv6 DNS records are not added to the domains DNS-zone. The IPv6 address is available under "Web Hosting Access" but the records are missing. When you click on DNS Settings > "Reset to default" the IPv6 records show up. We tested this...
  2. N

    Issue My Mail API Script is not working for creating mail accounts.

    I had working script written in PHP to create email account in plesk. I got that from pmill/php-plesk Script is below. <?php require_once("config.php"); //echo $_GET['r']."<br>"; $emilid=$_GET['email']; $password=$_GET['password']; $params = array( 'email'=>$emilid...
  3. H

    Issue Plesk root/admin user unable to reactivate subscription from a customer after it has been suspended

    am using Plesk Onyx Hosting along with it's API to suspend webspaces (subscriptions). I do this using the PHP library like so: public function disableWebspace($id, $guid, $domain) { $webspace = $this->client->webspace()->request([ 'set' => [ 'filter' => [...
  4. K

    Question API FOR ADDING DOMAIN TO PLESK USING C#

    Hello All, Please i am new to plesk and i want to know how to integrate Plesk API to my Client Application(C#-Based) to enable my clients to perform the following: -Adding Domain and Subdomain -Files upload -Directory Browsing and any other things that could help please.
  5. AYamshanov

    Vote What do you think about securing of tokens for access to cloud(s) API?

    Hi everyone, Some time ago we improved AWS API Authorization form in Amazon Route 53 extension We added a choice: the extension automatically creates a new IAM-restricted user use user credential that was created by you previously We'd like to discuss this with you guys -- is it useful...
  6. B

    Issue XML Api special characters

    Hello, iam using the xml api and want to setup an autoresponder but iam always getting the error message " Parser error: Cannot parse the XML from the source specified" when i type special character or umlaut like äöüß... I have tried already thinks linke php htmlentities(). Please could you...
  7. O

    Question Plesk API - retrieve attributes of SSL certificate for domain

    Hi, All! Please help - I can't retrieve SSL-certificete attributes through Plesk API. I run request XML request: <packet> <certificate> <get-pool> <filter> <domain-name>your-domain-name.com</domain-name> </filter>...
  8. S

    Issue Error occured while sending feedback. HTTP code returned: 502

    Hello On one server, when I try to execute console command : /usr/local/psa/bin/reseller --on 'resellerlogin' i recieve an error and also the success message: Error occured while sending feedback. HTTP code returned: 502 SUCCESS: Changing status of reseller 'resellerlogin' complete. What is...
  9. I

    Question API for website

    Hello, guys! I have some problem with search API for web developers. Could you give me a link where I can find API for sign in/up new users of hosting and instruction for it. I read that I should add each new user myself, but I believe that I can use some API to automate this process. Thak U!
  10. M

    Resolved Partner API - Return nickname

    I managed to query the Partner API with "nickname" string Like it is described here: Searching for License Keys But really I need to get det result all the "nicknames" in our portal, or "Short description" as it is called in the Partner Central. How do I achieve this?
  11. Fernando Ok

    Question Help setting/updating values using PleskX API PHP

    Hello plesk team and customers, I'm trying to set|update values of customer/webspace.... I know method of create, get and delete, but i can't change any existent value... ¿what is set/update/change method? Create Customer example: $client->customer()->create([ 'cname' => 'Plesk'...
  12. M

    Question Clone Wordpress with CLI or API

    Hello, I am running Plesk Onyx behind my own hosting interface, customers do not login to Plesk. I would like to be able to clone staging Wordpress website to production from my own hosting panel, I did not find this functionality in API, but I guess I would create script that would use...
  13. Steve Pheriche

    Resolved XML-API <wp-instance> seems absent in Onyx?

    Hi, in Plesk Onyx the much needed Wordpress endpoint seems to be gone. Reference in Plesk 12.5 we had this Managing WordPress Installations Is there now a different way to access WP and the WP toolkit features via the API in Onyx? I'm aware of the alternative method (the provisioning...
  14. Dorathoto

    Question Some features are giving - Permission denied.

    I created a client In => mydomain.com/:8880/admin/customer/list?context=customers Then I created a domain and a subscription for that user. When I run the API with the following package <Packet> <Server> <Get_protos /> </ Server> </ Packet> I get the expected response: <? Xml version =...
  15. L

    Resolved pm_ApiCli::ch_mode only on files?

    Hi there, any way to realize a pm_ApiCli::ch_mode-Call only for files? pm_ApiCli::callSbin( 'ch_mode', [ $permissions, '-R', '$(find ' . $path . ' -type f)', ] ); Doesnt work I also played around with FileManager to checkout...
  16. Rafael Brianezi da Silva

    Question Doubts about getting backup scheduling information through the API

    Hello, In our web hosting environment with Plesk, we created a backup schedule for each domain. For this reason, I need to create a tool to audit if all domains have a properly configured backup for it. Searching for more information I discovered that all backup schedule data is stored in the...
  17. Alpha Computer Services

    Issue Plesk Onyx Reseller Login Problem - PleskX\Api\InternalClient::setLogin() (Api.php:35)

    Hello guys, I hope some one here could help me. The error I get when trying to sign in to a Plesk Onyx reseller account it will log me in and show the help on the right hand side, but on the left hand side it just shows the below error. ERROR: Call to undefined method...
  18. Luiz_Gustavo

    Resolved Plesk Onyx API

    Hi folks, Where I can find the complete Onyx API documentation? I found 12.5 api guide, but 17? Thanks, Gustavo
  19. M

    Question add plesk subscription by rpc api

    hi i add a new subscription by following xml . but the added subscription hosting type is not website. and the user cant upload website files. please help me correct my code. <packet> <webspace> <add> <gen_setup> <name>exameffple.com</name> <owner-login>mmm</owner-login>...
  20. L

    Issue Plesk API don't support CORS preflight OPTIONS Request

    Hey there, I'am going to write an Angular2-Module for Plesk API for my own small Needs. I noticed that Plesk don't Support the CORS preflight OPTIONS request: https://www.html5rocks.com/en/tutorials/cors/ Is there any Option to allow that request so I can continue my work? (For this...
Back
Top