Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Vxml Server Config Structure

Type: object Properties: 5
Contact CenterIVRTelephonyVoiceVXML

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

Properties

serverId http threadPool vxmlBrowser logging

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlServerConfig",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "http": {
      "type": "object"
    },
    "threadPool": {
      "type": "object"
    },
    "vxmlBrowser": {
      "type": "object"
    },
    "logging": {
      "type": "object"
    }
  }
}