Cisco Voice Portal · Example Payload

Cisco Voice Portal Reporting Realtime Statistics Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Reporting Realtime Statistics Example is an example object payload from Cisco Voice Portal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

timestampactiveCallscallsInProgresscallsPerSecondpeakActiveCallsserverMetrics

Example Payload

Raw ↑
{
  "timestamp": "example_value",
  "activeCalls": 10,
  "callsInProgress": "example_value",
  "callsPerSecond": 42.5,
  "peakActiveCalls": 10,
  "serverMetrics": []
}