WP Engine · Schema

AccountUsageInsights

Comprehensive account usage insights broken down by environment types and site types

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
visit_count object
billable_visits object
network_origin_bytes object
network_cdn_bytes object
network_total_bytes object
storage_file_bytes object
storage_database_bytes object
request_origin_count object
View JSON Schema on GitHub

JSON Schema

accountusageinsights.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountUsageInsights",
  "type": "object",
  "properties": {
    "visit_count": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "billable_visits": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "network_origin_bytes": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "network_cdn_bytes": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "network_total_bytes": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "storage_file_bytes": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "storage_database_bytes": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    },
    "request_origin_count": {
      "$ref": "#/definitions/UsageMetricBreakdown"
    }
  },
  "description": "Comprehensive account usage insights broken down by environment types and site types"
}