Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Log Entry Structure

Type: object Properties: 6
Contact CenterIVRTelephonyVoiceVXML

LogEntry 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 level logger message sessionId applicationName

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LogEntry",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string"
    },
    "level": {
      "type": "string"
    },
    "logger": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "sessionId": {
      "type": "string"
    },
    "applicationName": {
      "type": "string"
    }
  }
}