Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi there,
im testing out the JSON Api. So far everything works nicely but on
POST Create Client /clients
PUT Update Client /clients/{id}
i get the following Error:
{
"code": 0,
"message": "Call to a member function getApsBundleFilter() on null"
}
On POST Create Client the client...
How can I query the mail queue with Plesk API?
(the number of items in the queue is enough)
I would like to receive an automatic notification (email) if the number of items in the queue reaches a limit (e.g. 100 pieces), so that I can act in time before the server is blacklisted.
Hi,
I have looked around and can't find the answer anywhere. I need to find how to list the service plans vis REST API (PHP).
Anyone able to help?
Thanks
I'm trying to setup Postman to connect to Plesk API, but I'm getting an Access Denied Error and a Cloudflare IP address.
If I whitelist all CF IPs I open the API to the world, I don't want that.
mod_cloudflare restores the IP to Apache, but it doesn't work on the API.
Is there a work around?
I am trying to create an one time login that logins as an system user or redirect to a specific client or domain. In the XML API it can be done with server -> create_session, but how can i do it with the rest api (somewhere in cli??)
Is it even possible??
Is there an possibility where i can get the traffic usage per server, customer, domain/subscription.
I cannot find a way to view the traffic statistics from the last 10 minutes for example.
I hope somebody has an answer for me.
Kind regards,
Arthur
Hi everyone,
I am developing a Plesk extension which analyses some data of our customers. This data should be transferred to another application using an API.
So as Plesk provides the v2 rest API with swagger files this is the way I want to use. The Plesk SDK gives some hint that there is a...
Hello,
I recently configured a virtual host template successfully applied to any new domain created manually in Plesk. When I use the Plesk REST API to create domains, the virtual host template is not applied. Is it possible to apply a virtual host template on API created domains?
Here's my...
So I want to start selling hosting plans however I do not want much with keeping track of Users billing, want to bill via my website (running wordpress) I know there is a WooConmerce plugin for subscription billing however I want. to connect wordpress users accounts to Plesk. Also Enable and...
Good afternoon everybody,
I hope someone can help us.
We are developing the API implementation into our customerpanel.
We would like to install a certificate (Sectigo) for the mailserver of a subscription but we couldn't find it in the API documentation.
(Mail Service Preferences)
We only...
Hi,
I'm building an Plesk Extension with some special action. It working very nice with Plesk UI. Now i want to call that actionvia Plesk API. How can i do that? Can you give me some document like: Create new API endpoint of extension,...?
Thank you verymuch.
Hi, I want to be able to create and delete files inside of any user websites. My application will be available outside of Plesk. I took a look at the XML Api but, I can't find any api that allows me to manage the files. But, the extension API does have a Filemanager class that allow to manage...
I use Gandi.net's DNS service for most of my domains. I also use wildcard certificates issued by the Letsencrypt extension. However the automatic update of the DNS records with the _acme-challenge only works if the DNS is handled within Plesk, if I understand correctly?
Gandi, as many DNS...
I'm creating a web based application which will act as a backup/restore manager for Plesk. The desired functionality is as follows:
List websites available for restore
List databases available for restore
List the corresponding dates with backup availability for the above websites/DBs
I have...
Hello,
I'm currently working with ansible to automate a subscription creation.
Here is what i'm achieving right now:
With Plesk xml api :
- Subscription creation
- Database creation for this subscription
- User creation for this database
With Plesk REST api :
- Calling Plesk CLI api to deal...
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...
Hello,
It seems that all the hosting packages I add will only get the IPv4 of the server assigned. Why is the IPv6 not added by default?
Can this be done via the API maybe?