digital-experience-monitoring_aggregate_stat

APIs.ioEngineeringPlatform

Properties

Name Type Description
avgMs integer
deltaPct number
timePeriod object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-digital-experience-monitoring-aggregate-stat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/digital-experience-monitoring_aggregate_stat",
  "title": "digital-experience-monitoring_aggregate_stat",
  "properties": {
    "avgMs": {
      "nullable": true,
      "type": "integer"
    },
    "deltaPct": {
      "format": "float",
      "nullable": true,
      "type": "number"
    },
    "timePeriod": {
      "$ref": "#/components/schemas/digital-experience-monitoring_aggregate_time_period"
    }
  },
  "required": [
    "timePeriod"
  ],
  "type": "object"
}