Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Device Structure

Type: object Properties: 8
Contact CenterIVRTelephonyVoiceVXML

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

Properties

deviceId hostname ipAddress deviceType description status version lastContact

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Device",
  "type": "object",
  "properties": {
    "deviceId": {
      "type": "string"
    },
    "hostname": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "deviceType": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "lastContact": {
      "type": "string"
    }
  }
}