Cisco Voice Portal · JSON Structure

Cisco Voice Portal Vxml Services Vxml Server Status Structure

Type: object Properties: 11
Contact CenterIVRTelephonyVoiceVXML

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

Properties

hostname status uptime version activeSessions maxSessions threadPool cpuUsage memoryUsage deployedApplications timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VxmlServerStatus",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "uptime": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "activeSessions": {
      "type": "integer"
    },
    "maxSessions": {
      "type": "integer"
    },
    "threadPool": {
      "type": "object"
    },
    "cpuUsage": {
      "type": "number"
    },
    "memoryUsage": {
      "type": "object"
    },
    "deployedApplications": {
      "type": "integer"
    },
    "timestamp": {
      "type": "string"
    }
  }
}