Cisco Voice Portal · Schema

SipServerGroupCreate

Contact CenterIVRTelephonyVoiceVXML

Properties

Name Type Description
groupName string
description string
servers array
loadBalancing string
View JSON Schema on GitHub

JSON Schema

cisco-voice-portal-administration-sip-server-group-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SipServerGroupCreate",
  "type": "object",
  "properties": {
    "groupName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "servers": {
      "type": "array"
    },
    "loadBalancing": {
      "type": "string"
    }
  }
}