Cisco Voice Portal · Schema

DeviceUpdateRequest

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
hostname string
ipAddress string
description string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-device-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DeviceUpdateRequest",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string"
    },
    "ipAddress": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}