Cisco Voice Portal · Schema

SystemConfig

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
logging object
security object
snmp object
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-system-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SystemConfig",
  "type": "object",
  "properties": {
    "logging": {
      "type": "object"
    },
    "security": {
      "type": "object"
    },
    "snmp": {
      "type": "object"
    }
  }
}