WP Engine · Example Payload

Getoffloadsettings

Offload Settings

Getoffloadsettings 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": "getOffloadSettings",
  "summary": "Get the offload settings for an install",
  "method": "GET",
  "path": "/installs/{install_id}/offload_settings/files",
  "tags": [
    "Offload Settings"
  ],
  "parameters": {
    "install_id": "<install_id>"
  }
}