Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Vxml Server Structure

Type: object Properties: 7
Contact CenterIVRTelephonyVoiceVXML

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

Properties

serverId hostname ipAddress httpPort httpsPort status deployedApplications

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlServer",
  "type": "object",
  "properties": {
    "serverId": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "httpPort": {
      "type": "integer"
    },
    "httpsPort": {
      "type": "integer"
    },
    "status": {
      "type": "string"
    },
    "deployedApplications": {
      "type": "integer"
    }
  }
}