Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Device Update Request Structure

Type: object Properties: 3
Contact CenterIVRTelephonyVoiceVXML

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

Properties

hostname ipAddress description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeviceUpdateRequest",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}