• 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
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results

  1. D

    Question Convert folder to Application using Plesk API

    Hello, Is there any way we could convert a folder to application in IIS using Plesk API? Under project root in IIS, I am creating virtual directory dynamically using Plesk API and inside each VD there is a folder which I need to convert to application. Is it possible? Thanks
  2. D

    Resolved Plesk XML API

    IgorG, Finally, I got a way to obtain Information about all sites using request packet as below <packet> <webspace> <get> <filter/> <dataset> <hosting/> </dataset> </get> </webspace> </packet> This gives me Pesk's Site ID for each Primary domain. For...
  3. D

    Resolved Plesk XML API

    Thanks for your help. There is an option to create a new database in Plesk but that is specific to site under which we are creating and its completely blank. No default structure or table in it. Doesn't Plesk maintain a common database that used to store information from all domains?
  4. D

    Resolved Plesk XML API

    Plesk version: 12.0.18
  5. D

    Resolved Plesk XML API

    I am still trying to find it in Plesk context can you please suggest how to find it in Plesk?
  6. D

    Resolved Plesk XML API

    I am assuming this is ID that we found from this location IIS >> Advanced Settings of site >> ID property under General section
  7. D

    Resolved Plesk XML API

    Hi, I am using Plesk XML API to automate Virtual Directory creation for a subdomain xyz.mydomain.com and request packet structure is as below. <?xml version="1.0" encoding="utf-8" ?> <packet> <virtdir> <create> <site-id>27</site-id> <name>/vd1</name> <properties/> </create> </virtdir>...
Back
Top