Cisco Voice Portal · JSON Structure

Cisco Voice Portal Call Control Health Status Structure

Type: object Properties: 10
Contact CenterIVRTelephonyVoiceVXML

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

Properties

serverName status uptime version activeCalls maxCalls sipStackStatus cpuUsage memoryUsage timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "HealthStatus",
  "type": "object",
  "properties": {
    "serverName": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "uptime": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "activeCalls": {
      "type": "integer"
    },
    "maxCalls": {
      "type": "integer"
    },
    "sipStackStatus": {
      "type": "string"
    },
    "cpuUsage": {
      "type": "number"
    },
    "memoryUsage": {
      "type": "number"
    },
    "timestamp": {
      "type": "string"
    }
  }
}