Cisco Voice Portal · JSON Structure

Cisco Voice Portal Reporting Realtime Statistics Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

RealtimeStatistics is a JSON Structure definition published by Cisco Voice Portal, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

timestamp activeCalls callsInProgress callsPerSecond peakActiveCalls serverMetrics

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RealtimeStatistics",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string"
    },
    "activeCalls": {
      "type": "integer"
    },
    "callsInProgress": {
      "type": "object"
    },
    "callsPerSecond": {
      "type": "number"
    },
    "peakActiveCalls": {
      "type": "integer"
    },
    "serverMetrics": {
      "type": "array"
    }
  }
}