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

  1. P

    Question REST Server Timeout

    Trying to migrate some sites off of a Plesk server, but it appears the API is timing out. Gaining host has asked that we extend the timeout on it, but can't see any option for that.
  2. R

    Resolved Curl Request 401 Unauthorized

    Hello! I am very new to Plesk and I'm doing this for a friend who is also stumped. He's got a Plesk server set up and wants to access the Rest API remotely, but whenever he or I try on our own machines, we get the following error: [root@vps ~]# curl -i -k -X GET -u admin:thepasswordgoeshere...
  3. F

    Question plesk api php does not update correctly

    Hi, i'm using plesk php api in order to get status of every webspace and site on my plesk server. But today i've change a status of a webspace from 'active' to 'disable' and from api i've always 0 as status. Instead on plesk DB i've 16 as status and it's correct. So why and how can update api...
  4. F

    Resolved Plesk Api PHP lib information

    Hi, i'm using plesk api php lib in order to get all domains on my plesk server and their status (suspended, disable and so on). My question is what's the difference between site and webspace? because if i get all webspace, i've all domains on my plesk but if i get all site i've only subdomain...
  5. R

    Question Plesk REST API for PHP

    Hello everyone I am trying to automate the ordering process. I want to use the REST API and PHP. The official documentation is not very helpful, hardly anything is described. The swagger version is not very informative either. Does anyone know good documentation that describes how to create a...
  6. V

    Resolved Need help using the api php lib plesk

    FR Bonjour, Actuellement, j'essaie de comprendre comment la Plesk API PHP LIB fonctionne... Malheureusement sur le github il y a 3 lignes d'explications et après démerder vous.... Quelqu'un serait en mesure de m'aider pour gérer cette librairie php plesk sur mon site svp ? Cordialement...
  7. Beat Stieger

    Resolved retrieve site-id using the PHP API (/plesk/api-php-lib)

    How can i properly get a site-id using the PHP library offered by Plesk? I only get the following Object informations using $client->Site()->get('name','domain-a-a.ch'): PleskX\Api\Struct\Site\GeneralInfo Object ( [name] => domain-b-b.ch [asciiName] => domain-b-b.ch...
  8. E

    Issue Out of memory when using the Plesk API

    Hi, I am using the Plesk XML API to create mail forwardings on the Plesk Server from a database table of users. In this context, I am fetching already existing mailforwards by requesting <?xml version="1.0" encoding="UTF-8"?> <packet> <mail> <get_info> <filter>...
  9. G

    Question API Onyx 17.8.x search on alternate field

    Hello, I see the API was updated with the last version of onyx with the support of Json but no new functions... I check all methodes and I don't found how to do a search based on an alternate field. I would like to get the customer information based on the External ID (Not the ID). API ...
  10. 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' => [...
  11. T

    Issue Plesk api login

    Hello i have a problem. server: CentOS: 7.4.17.08 Plesk: 17.5.3#37 I want to create an FTP user with Plesk Api. If i login the ADMINISTRATOR the response is: „error 1023 Unable to create Ftp_UserManager_Abstract object: This object can be created only in a subscription.” if i login a other...
  12. 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?
  13. Fernando Ok

    Resolved Manually ip ban using XML API?

    Hello, i'm trying to manage ip ban's using Plesk XML API, i read api-rpc full reference without success in my search... Please, anyone can say me how to ban/unban specific ip manually using xml api? <packet> <ip-ban> <?????????????????? /> </ip-ban> </packet>
  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. N

    Issue Plesk XML Integration API Issue

    Not this is right place to ask this question. I was developing a integration component for plesk version 1.6.7.0. As per the plesk documentation using the Xsd files. I could see two complexType Element (ServerOperatorType) in two different Xsd files. Complex Type Element: ServerOperatorType...
  16. 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...
  17. P

    Issue Api create a service plan not found iis application pool cpu usage settings

    I want to create a service plan, but iis application pool CPU settings can not be made via api Is there any information on this? There are only two parameters in the following address...
Back
Top