Cisco Voice Portal · JSON Structure

Cisco Voice Portal Administration Device Create Request Structure

Type: object Properties: 5
Contact CenterIVRTelephonyVoiceVXML

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

Properties

hostname ipAddress deviceType description credentials

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

JSON Structure

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