Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Device Status Structure

Type: object Properties: 7
Contact CenterIVRTelephonyVoiceVXML

DeviceStatus 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

deviceId status services cpuUsage memoryUsage activeCalls timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeviceStatus",
  "type": "object",
  "properties": {
    "deviceId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "services": {
      "type": "array"
    },
    "cpuUsage": {
      "type": "number"
    },
    "memoryUsage": {
      "type": "number"
    },
    "activeCalls": {
      "type": "integer"
    },
    "timestamp": {
      "type": "string"
    }
  }
}