• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Need API functions to create a backup manager for Plesk

bibakisv

New Pleskian
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 already made the Cpanel version of this app using functions such as: listdbs, backup_user_list, backup_date_list

Unfortunately I can't find the desired functionality in Plesk API documentation. Can anybody shed some light on this?
 
I suppose that these lists can be obtained through command line utilities or sql queries. Therefore using Plesk REST API looks more effective because you can call these command by REST API requests.
 
Hi IgorG, I've been going through this, but there is currently no way to make a list of the existing back-ups.
 
Back
Top