Cisco Voice Portal · Example Payload

Cisco Voice Portal Vxml Services Vxml Server Status Example

Contact CenterIVRTelephonyVoiceVXML

Cisco Voice Portal Vxml Services Vxml Server Status Example is an example object payload from Cisco Voice Portal, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

hostnamestatusuptimeversionactiveSessionsmaxSessionsthreadPoolcpuUsagememoryUsagedeployedApplicationstimestamp

Example Payload

Raw ↑
{
  "hostname": "example_value",
  "status": "example_value",
  "uptime": "example_value",
  "version": "example_value",
  "activeSessions": 10,
  "maxSessions": 10,
  "threadPool": "example_value",
  "cpuUsage": 42.5,
  "memoryUsage": "example_value",
  "deployedApplications": 10,
  "timestamp": "example_value"
}