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

    Resolved Updating DNS Entry using the XML API

    Hi Guys, I want to update existing DNS entries using the XML API for implementing my own DynDNS Client... At the documentation, I've just found function for adding, retrieving and deleting DNS records: https://docs.plesk.com/en-US/onyx/api-rpc/reference/managing-dns/managing-dns-records.35323/...
  2. A

    Question Create email mailbox using API in 12.5

    I'm using plesk 12.5 and I'm running a Wordpress site on it. I have a specific action in WordPress, if it is run, I would like to create an email address for the user. I have read about the XML API for prevoius versions but can't find any references for 12.5, and also don't know if there is a...
  3. greek_batter

    Issue Error 1019 when creating subscription with plesk api

    I am trying to create a subscription account with plesk api. When I create it with "website" type (with physical folders) despite the subscription is being created it returns me an error "error 1019 Incorrect name arisolecom.com. This domain name already exists." . Ofcourse this does not exist...
  4. T

    Issue Migration Fails in bulk migrations

    I want to migrate from Plesk 12.5 Virtual Machine to Plesk 12.5 Dedicated Machine. (Both windows server 2012) When I try to migrate 3-4 subscriptions there is no problem, it succeds. But if I try to migrate all subscriptions from migrations list (above 400), it waits for a time then it gives...
  5. D

    Question Install Wordpress via Plesk API

    Hi, My client wants me to do an auto install of Wordpress on a certain site via the Plesk API My problem is that the chapter for installing applications via XML in Plesk is poorly documented Does anybody here know how to do that? Thanks in advance
  6. R

    Doamain creation 503 error api

    Hello, I am trying to add a domain by making use of the plesk xml api. I am running plesk 12.5.30. When i use the php script that i found on the plesk github to execure a request on the same server as where the request is send to i get the following error in plesk: New configuration files...
  7. SBurina

    Plesk 12.5 API webspace gen_info status 1

    Hi! I'm getting an undocumented status code "1" from API call to get a subscription (webspace) genral info: PleskX\Api\XmlResponse {#829 +"status": "ok" +"filter-id": "example.com" +"id": "70" +"data": PleskX\Api\XmlResponse {#835 +"gen_info": PleskX\Api\XmlResponse {#837...
  8. R

    problem with apache configuration when adding a domain with xml api

    Getting a error when trying to add a domain using the plesk xml api. error: New configuration files for the Apache web server were not created due to the errors in configuration templates: Template processing failed: file = /usr/local/psa/admin/conf/templates/default/domainVhost.php, error =...
  9. D

    API wordpress install-plugin

    I see the API supports installing a plugin to a wordpress instance. - Do I need to put the plugin on the server before calling this? If so, where? - How do I find out the asset-id for a plugin? <packet> <wp-instance> <install-plugin> <filter>...
  10. D

    XML-RPC API Problem setting email forwarding addresses

    I am receiving "error 1014: Element 'forwarding' is not expected." As far as I can tell I'm following the spec exactly. Any ideas why this breaks? <packet version="1.6.0.2"> <mail> <update> <set> <filter> <domain_id>1</domain_id>...
  11. abdi

    API Bugs / Issues

    Hello Team, I think there is a bug in the API particularly this section: http://download1.parallels.com/Plesk/Doc/de-DE/online/plesk-api-rpc/index.htm?fileName=33852.htm Apparently the code below triggers the error (below): <packetversion="1.6.3.5"> <customer> <add> <gen_info>...
  12. M

    Duplicate Site

    Hi all I'm writing a script where we'd like to essentially copy an instance of a site to another subscription. So far I've been trying to just create a new subscription and install wordpress etc and thinking about doing this all manually ( copying database, files etc ) but even then I can't see...
  13. M

    Retrieve WordPress Version

    Hi all I'm working on a script where I would like to essentially 'duplicate' a subscription. We have a set up where we create particular subscriptions that only have one WordPress site on them. So far the script creates a new subscription and sets up hosting. What I'm wanting to do is get the...
  14. T

    Subscription Suspend via API

    Hi, Is it possible to suspend / unsuspend a subscription via API
Back
Top