Cisco Voice Portal · Schema

ServerStatistics

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
startTime string
endTime string
servers array
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-reporting-server-statistics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServerStatistics",
  "type": "object",
  "properties": {
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "servers": {
      "type": "array"
    }
  }
}