WP Engine · Schema

Backup

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
id string The unique identifier of the backup
status string State of the backup.
description string Human-readable description provided when the backup was requested
create_time string Timestamp when the backup was created
complete_time string Timestamp when the backup completed. `null` while the backup is still in progress.
wordpress_version string WordPress version of the install at the time the backup was taken
View JSON Schema on GitHub

JSON Schema

backup.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Backup",
  "type": "object",
  "required": [
    "id",
    "status"
  ],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the backup",
      "example": "e41fa98f-ea80-4654-b229-a9b765d0863a"
    },
    "status": {
      "type": "string",
      "description": "State of the backup.",
      "enum": [
        "requested",
        "in_progress",
        "completed",
        "aborted"
      ],
      "example": "completed"
    },
    "description": {
      "type": "string",
      "description": "Human-readable description provided when the backup was requested",
      "example": "Pre-deploy snapshot",
      "x-nullable": true
    },
    "create_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the backup was created",
      "example": "2024-01-15T10:00:00Z",
      "x-nullable": true
    },
    "complete_time": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the backup completed. `null` while the backup is still in progress.",
      "example": "2024-01-15T10:30:00Z",
      "x-nullable": true
    },
    "wordpress_version": {
      "type": "string",
      "description": "WordPress version of the install at the time the backup was taken",
      "example": "6.4.2",
      "x-nullable": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/backup"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.