WP Engine · Schema

InstallSSLCertificatesResponse

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
certificates array
next_page_token string A token to retrieve the next page of results, if available.
View JSON Schema on GitHub

JSON Schema

installsslcertificatesresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InstallSSLCertificatesResponse",
  "type": "object",
  "required": [
    "certificates"
  ],
  "properties": {
    "certificates": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/Certificate"
      }
    },
    "next_page_token": {
      "type": "string",
      "description": "A token to retrieve the next page of results, if available.",
      "example": "1"
    }
  }
}