WP Engine · Example Payload

Restorebackup

Backup

Restorebackup is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "restoreBackup",
  "summary": "Restores a WordPress installation from a backup",
  "method": "POST",
  "path": "/installs/{install_id}/backups/{backup_id}/restore",
  "tags": [
    "Backup"
  ],
  "parameters": {
    "install_id": "<install_id>",
    "backup_id": "<backup_id>"
  }
}