WP Engine logo
WP Engine
Create
Home
Feedback
Hosting Platform API
21
Changelog

    Boards

  • Advanced Custom Fields

  • WP Migrate

  • Better Search Replace

  • WP Offload Media

  • WP Offload SES

  • WP Engine Site Migration

  • Headless

  • Sandbox Sites

  • Performance Insights

  • Site Reports

  • Hosting Platform API

Powered by Canny

Hosting Platform API

posts
API Access to "Prepare ZIP" function in backups
I would like to automate the "Prepare ZIP" functionality for the daily snapshots so I can download the backups. I currently do this manually on a weekly basis. From what I can tell, this would require 2 or 3 new endpoints: * GET /installs/{install_id}/backups - get the list of recent backups (maybe they contain info if there are current ZIP files available) * POST /installs/{install_id}/backups/{backup_id}/prepare_zip - initiate "Prepare ZIP", allowing me to control the notification emails * GET /installs/{install_id}/backups/{backup_id}/prepare_zip - monitor status of "Prepare ZIP" and, upon completion, provide the URL to the ZIP file I've seen a couple of other similar posts on the matter but since my idea is fairly specific, I figured I'd throw my hat into the ring as well.
2
·
under review
Powered by Canny