Cisco Voice Portal · Schema

VxmlServerConfig

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
serverId string
http object
threadPool object
vxmlBrowser object
logging object
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-vxml-server-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VxmlServerConfig",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "http": {
      "type": "object"
    },
    "threadPool": {
      "type": "object"
    },
    "vxmlBrowser": {
      "type": "object"
    },
    "logging": {
      "type": "object"
    }
  }
}