[Index]
Model ref.: device/cucm/GatewayEndpointAnalogAccess
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "subunit": { "minItems": 1, "required": true, "type": [ "integer", "null" ], "maxItems": 1, "title": "Subunit" }, "endpoint": { "title": "Endpoint", "minItems": 1, "required": true, "maxItems": 1, "type": [ "object", "null" ], "properties": { "protocol": { "description": "Protocol option is read-only,except when creating a device.", "title": "Protocol", "minItems": 1, "required": true, "choices": [ { "value": "SCCP", "title": "SCCP" }, { "value": "Digital Access PRI", "title": "Digital Access PRI" }, { "value": "H.225", "title": "H.225" }, { "value": "Analog Access", "title": "Analog Access" }, { "value": "Digital Access T1", "title": "Digital Access T1" }, { "value": "Route Point", "title": "Route Point" }, { "value": "Unicast Bridge", "title": "Unicast Bridge" }, { "value": "Multicast Point", "title": "Multicast Point" }, { "value": "Inter-Cluster Trunk", "title": "Inter-Cluster Trunk" }, { "value": "RAS", "title": "RAS" }, { "value": "Digital Access BRI", "title": "Digital Access BRI" }, { "value": "SIP", "title": "SIP" }, { "value": "MGCP", "title": "MGCP" }, { "value": "Static SIP Mobile Subscriber", "title": "Static SIP Mobile Subscriber" }, { "value": "SIP Connector", "title": "SIP Connector" }, { "value": "Remote Destination", "title": "Remote Destination" }, { "value": "Mobile Smart Client", "title": "Mobile Smart Client" }, { "value": "Digital Access E1 R2", "title": "Digital Access E1 R2" }, { "value": "CTI Remote Device", "title": "CTI Remote Device" }, { "value": "Protocol Not Specified", "title": "Protocol Not Specified" } ], "maxItems": 1, "type": "string", "name": "protocol" }, "mlppDomainId": { "description": "This setting only effects devices that support MLPP. Use -1 to set to null", "title": "Mlpp Domain Id", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 128, "type": [ "string", "null" ], "name": "mlppDomainId" }, "callingPartyStripDigits": { "name": "callingPartyStripDigits", "title": "Calling Party Strip Digits", "minItems": 0, "required": false, "maxItems": 1, "type": [ "integer", "null" ] }, "vendorConfig": { "name": "vendorConfig", "title": "Vendor Config", "minItems": 0, "items": { "type": "object", "properties": { "key": { "type": "string", "name": "key", "title": "Key" }, "value": { "type": "any", "name": "value", "title": "Value" } } }, "required": false, "type": "array" }, "callingPartyUnknownTransformationCssName": { "name": "callingPartyUnknownTransformationCssName", "title": "Calling Party Unknown Transformation Css Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "port": { "name": "port", "title": "Port", "minItems": 1, "required": true, "maxItems": 1, "type": [ "object", "null" ], "properties": { "trunkLevel": { "name": "trunkLevel", "title": "Trunk Level", "minItems": 0, "required": false, "choices": [ { "value": "AAL(A)", "title": "AAL(A)" }, { "value": "AAL(D)", "title": "AAL(D)" }, { "value": "A/TT", "title": "A/TT" }, { "value": "DAL", "title": "DAL" }, { "value": "ICS", "title": "ICS" }, { "value": "ISD/TT", "title": "ISD/TT" }, { "value": "IST", "title": "IST" }, { "value": "ONS", "title": "ONS" }, { "value": "OPS", "title": "OPS" }, { "value": "S/ATT", "title": "S/ATT" }, { "value": "S/DTT", "title": "S/DTT" }, { "value": "A/TO", "title": "A/TO" } ], "maxItems": 1, "type": "string" }, "callingPartySelection": { "name": "callingPartySelection", "title": "Calling Party Selection", "minItems": 0, "required": false, "choices": [ { "value": "Originator", "title": "Originator" }, { "value": "First Redirect Number", "title": "First Redirect Number" }, { "value": "Last Redirect Number", "title": "Last Redirect Number" }, { "value": "First Redirect Number (External)", "title": "First Redirect Number (External)" }, { "value": "Last Redirect Number (External)", "title": "Last Redirect Number (External)" } ], "maxItems": 1, "type": "string" }, "vendorConfig": { "description": "Arbitrary XML defined by 3rd party vendors.", "title": "Vendor Config", "minItems": 0, "items": { "type": "object", "properties": { "key": { "type": "string", "name": "key", "title": "Key" }, "value": { "type": "any", "name": "value", "title": "Value" } } }, "required": false, "type": "array", "name": "vendorConfig" }, "prefixDn": { "name": "prefixDn", "title": "Prefix Dn", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 255, "type": [ "string", "null" ] }, "startDialProtocol": { "name": "startDialProtocol", "title": "Start Dial Protocol", "minItems": 0, "required": false, "choices": [ { "value": "Not Set", "title": "Not Set" }, { "value": "Immediate", "title": "Immediate" }, { "value": "Wink Start Feature Group B", "title": "Wink Start Feature Group B" }, { "value": "Delay Dial", "title": "Delay Dial" }, { "value": "Wink Start Feature Group D", "title": "Wink Start Feature Group D" } ], "default": "Not Set", "maxItems": 1, "type": "string" }, "portNumber": { "name": "portNumber", "title": "Port Number", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "silenceSuppressionThreshold": { "name": "silenceSuppressionThreshold", "title": "Silence Suppression Threshold", "minItems": 0, "required": false, "choices": [ { "value": "Disable", "title": "Disable" }, { "value": "-48dbm0", "title": "-48dbm0" }, { "value": "-45dbm0", "title": "-45dbm0" }, { "value": "-42dbm0", "title": "-42dbm0" }, { "value": "-39dbm0", "title": "-39dbm0" }, { "value": "-36dbm0", "title": "-36dbm0" }, { "value": "-33dbm0", "title": "-33dbm0" }, { "value": "-30dbm0", "title": "-30dbm0" } ], "maxItems": 1, "type": "string" }, "sigDigits": { "description": "The value for sigDigits must be between 0 to 32. enable attribute is read only.", "title": "Sig Digits", "minItems": 1, "required": true, "maxItems": 1, "type": "integer", "name": "sigDigits" }, "callerIdDn": { "name": "callerIdDn", "title": "Caller Id Dn", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 255, "type": [ "string", "null" ] }, "timer6": { "name": "timer6", "title": "Timer6", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "timer5": { "name": "timer5", "title": "Timer5", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "timer4": { "name": "timer4", "title": "Timer4", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "timer3": { "name": "timer3", "title": "Timer3", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "timer2": { "name": "timer2", "title": "Timer2", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "timer1": { "name": "timer1", "title": "Timer1", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "expectedDigits": { "name": "expectedDigits", "title": "Expected Digits", "minItems": 1, "required": true, "maxItems": 1, "type": "integer" }, "digitSending": { "name": "digitSending", "title": "Digit Sending", "minItems": 0, "required": false, "choices": [ { "value": "DTMF", "title": "DTMF" }, { "value": "MF", "title": "MF" }, { "value": "PULSE", "title": "PULSE" } ], "default": "DTMF", "maxItems": 1, "type": "string" }, "smdiPortNumber": { "description": "Not used by T1 Ports", "title": "Smdi Port Number", "minItems": 1, "required": true, "default": 0, "maxItems": 1, "type": "integer", "name": "smdiPortNumber" }, "attendantDn": { "description": "Mandatory for ground start and loop start", "title": "Attendant Dn", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 255, "type": "string", "name": "attendantDn" }, "trunk": { "name": "trunk", "title": "Trunk", "minItems": 0, "required": false, "choices": [ { "value": "Ground Start", "title": "Ground Start" }, { "value": "Loop Start", "title": "Loop Start" }, { "value": "DID", "title": "DID" }, { "value": "POTS", "title": "POTS" }, { "value": "EANDM", "title": "EANDM" } ], "maxItems": 1, "type": "string" }, "presentationBit": { "name": "presentationBit", "title": "Presentation Bit", "minItems": 0, "required": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "maxItems": 1, "type": "string" }, "lines": { "name": "lines", "title": "Lines", "minItems": 0, "required": false, "maxItems": 1, "type": "object", "properties": { "line": { "description": "An XLine is an entry in the DeviceNumPlanMap table. The actual directory number is referenced inside the XLine object by the \"dirn\" or \"dirnId\" element. Not applicable to FXO ports", "title": "Line", "minItems": 0, "items": { "type": [ "object", "null" ], "properties": { "displayAscii": { "name": "displayAscii", "title": "Display Ascii", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 50, "type": "string" }, "associatedEndusers": { "name": "associatedEndusers", "title": "Associated Endusers", "minItems": 0, "required": false, "maxItems": 1, "type": [ "object", "null" ], "properties": { "enduser": { "name": "enduser", "title": "Enduser", "minItems": 0, "items": { "type": [ "object", "null" ], "properties": { "userId": { "name": "userId", "format": "uri", "minItems": 1, "title": "User Id", "required": true, "choices": [], "target_attr": "userid", "maxItems": 1, "target_model_type": "device/cucm/User", "type": [ "string", "null" ], "target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken] } } }, "required": false, "array_element_id_field": "userId", "type": "array" } } }, "ringSetting": { "name": "ringSetting", "title": "Ring Setting", "minItems": 0, "required": false, "choices": [ { "value": "Use System Default", "title": "Use System Default" }, { "value": "Disable", "title": "Disable" }, { "value": "Flash Only", "title": "Flash Only" }, { "value": "Ring Once", "title": "Ring Once" }, { "value": "Ring", "title": "Ring" }, { "value": "Beep Only", "title": "Beep Only" } ], "default": "Ring", "maxItems": 1, "type": "string" }, "consecutiveRingSetting": { "description": "Consecutive Rings Setting. Replaces the consective ring setting on IPPhone.", "title": "Consecutive Ring Setting", "minItems": 0, "required": false, "choices": [ { "value": "Use System Default", "title": "Use System Default" }, { "value": "Disable", "title": "Disable" }, { "value": "Flash Only", "title": "Flash Only" }, { "value": "Ring Once", "title": "Ring Once" }, { "value": "Ring", "title": "Ring" }, { "value": "Beep Only", "title": "Beep Only" } ], "default": "Use System Default", "maxItems": 1, "type": [ "string", "null" ], "name": "consecutiveRingSetting" }, "recordingProfileName": { "name": "recordingProfileName", "title": "Recording Profile Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "index": { "name": "index", "title": "Index", "minItems": 1, "required": false, "maxItems": 1, "type": "integer" }, "ringSettingActivePickupAlert": { "description": "Applicable only for IP Phones", "title": "Ring Setting Active Pickup Alert", "minItems": 0, "required": false, "choices": [ { "value": "Use System Default", "title": "Use System Default" }, { "value": "Disable", "title": "Disable" }, { "value": "Flash Only", "title": "Flash Only" }, { "value": "Ring Once", "title": "Ring Once" }, { "value": "Ring", "title": "Ring" }, { "value": "Beep Only", "title": "Beep Only" } ], "default": "Use System Default", "maxItems": 1, "type": [ "string", "null" ], "name": "ringSettingActivePickupAlert" }, "label": { "name": "label", "title": "Label", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 50, "type": "string" }, "recordingMediaSource": { "name": "recordingMediaSource", "title": "Recording Media Source", "minItems": 0, "required": false, "choices": [ { "value": "Gateway Preferred", "title": "Gateway Preferred" }, { "value": "Phone Preferred", "title": "Phone Preferred" } ], "default": "Gateway Preferred", "maxItems": 1, "type": "string" }, "maxNumCalls": { "name": "maxNumCalls", "title": "Max Num Calls", "minItems": 0, "required": false, "default": 2, "maxItems": 1, "type": "integer" }, "partitionUsage": { "description": "This tag cannot be modified. It can only be specified in the add request.", "title": "Partition Usage", "minItems": 0, "required": false, "choices": [ { "value": "Intercom", "title": "Intercom" }, { "value": "Call Control Discovery Learned Pattern", "title": "Call Control Discovery Learned Pattern" }, { "value": "General", "title": "General" }, { "value": "Directory URI", "title": "Directory URI" } ], "default": "General", "maxItems": 1, "type": "string", "name": "partitionUsage" }, "recordingFlag": { "name": "recordingFlag", "title": "Recording Flag", "minItems": 0, "required": false, "choices": [ { "value": "Call Recording Disabled", "title": "Call Recording Disabled" }, { "value": "Automatic Call Recording Enabled", "title": "Automatic Call Recording Enabled" }, { "value": "Selective Call Recording Enabled", "title": "Selective Call Recording Enabled" } ], "default": "Call Recording Disabled", "maxItems": 1, "type": "string" }, "speedDial": { "name": "speedDial", "title": "Speed Dial", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "monitoringCssName": { "name": "monitoringCssName", "title": "Monitoring Css Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "e164Mask": { "name": "e164Mask", "title": "E164Mask", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 255, "type": [ "string", "null" ] }, "missedCallLogging": { "name": "missedCallLogging", "title": "Missed Call Logging", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "callInfoDisplay": { "name": "callInfoDisplay", "title": "Call Info Display", "minItems": 0, "required": false, "maxItems": 1, "type": [ "object", "null" ], "properties": { "dialedNumber": { "name": "dialedNumber", "title": "Dialed Number", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "redirectedNumber": { "name": "redirectedNumber", "title": "Redirected Number", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "callerName": { "name": "callerName", "title": "Caller Name", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "callerNumber": { "name": "callerNumber", "title": "Caller Number", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" } } }, "dirn": { "description": "Only uuid attribute is returned in response", "title": "Dirn", "minItems": 1, "required": true, "maxItems": 1, "type": [ "object", "null" ], "properties": { "pattern": { "name": "pattern", "title": "Pattern", "minItems": 1, "required": true, "maxItems": 1, "type": "string" }, "routePartitionName": { "name": "routePartitionName", "format": "uri", "minItems": 1, "title": "Route Partition Name", "required": true, "choices": [], "target_attr": "name", "maxItems": 1, "target_model_type": "device/cucm/RoutePartition", "type": [ "string", "null" ], "target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken] } }, "name": "dirn" }, "mwlPolicy": { "name": "mwlPolicy", "title": "Mwl Policy", "minItems": 0, "required": false, "choices": [ { "value": "Use System Policy", "title": "Use System Policy" }, { "value": "Light and Prompt", "title": "Light and Prompt" }, { "value": "Prompt Only", "title": "Prompt Only" }, { "value": "Light Only", "title": "Light Only" }, { "value": "None", "title": "None" } ], "default": "Use System Policy", "maxItems": 1, "type": "string" }, "ringSettingIdlePickupAlert": { "description": "Applicable only for IP Phones", "title": "Ring Setting Idle Pickup Alert", "minItems": 0, "required": false, "choices": [ { "value": "Use System Default", "title": "Use System Default" }, { "value": "Disable", "title": "Disable" }, { "value": "Flash Only", "title": "Flash Only" }, { "value": "Ring Once", "title": "Ring Once" }, { "value": "Ring", "title": "Ring" }, { "value": "Beep Only", "title": "Beep Only" } ], "default": "Use System Default", "maxItems": 1, "type": [ "string", "null" ], "name": "ringSettingIdlePickupAlert" }, "busyTrigger": { "name": "busyTrigger", "title": "Busy Trigger", "minItems": 0, "required": false, "default": 1, "maxItems": 1, "type": "integer" }, "audibleMwi": { "description": "Not applicable for gatewayEndpointAnalogAccess and CiscoCatalyst600024PortFXSGateway", "title": "Audible Mwi", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" }, { "value": "Default", "title": "Default" } ], "default": "Default", "maxItems": 1, "type": "string", "name": "audibleMwi" }, "display": { "name": "display", "title": "Display", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 50, "type": "string" } } }, "required": false, "maxItems": 1, "array_element_id_field": "dirn", "type": "array", "name": "line" } } }, "callerIdEnable": { "name": "callerIdEnable", "title": "Caller Id Enable", "minItems": 1, "required": true, "maxItems": 1, "type": "boolean" }, "unattendedPort": { "name": "unattendedPort", "title": "Unattended Port", "minItems": 0, "required": false, "maxItems": 1, "type": [ "boolean", "null" ] }, "trunkDirection": { "name": "trunkDirection", "title": "Trunk Direction", "minItems": 1, "required": true, "choices": [ { "value": "Inbound", "title": "Inbound" }, { "value": "Outbound", "title": "Outbound" }, { "value": "Bothways", "title": "Bothways" } ], "maxItems": 1, "type": "string" }, "trunkPadTx": { "name": "trunkPadTx", "title": "Trunk Pad Tx", "minItems": 0, "required": false, "choices": [ { "value": "Minus32db", "title": "Minus32db" }, { "value": "Minus31db", "title": "Minus31db" }, { "value": "Minus30db", "title": "Minus30db" }, { "value": "Minus29db", "title": "Minus29db" }, { "value": "Minus28db", "title": "Minus28db" }, { "value": "Minus27db", "title": "Minus27db" }, { "value": "Minus26db", "title": "Minus26db" }, { "value": "Minus25db", "title": "Minus25db" }, { "value": "Minus24db", "title": "Minus24db" }, { "value": "Minus23db", "title": "Minus23db" }, { "value": "Minus22db", "title": "Minus22db" }, { "value": "Minus21db", "title": "Minus21db" }, { "value": "Minus20db", "title": "Minus20db" }, { "value": "Minus19db", "title": "Minus19db" }, { "value": "Minus18db", "title": "Minus18db" }, { "value": "Minus17db", "title": "Minus17db" }, { "value": "Minus16db", "title": "Minus16db" }, { "value": "Minus15db", "title": "Minus15db" }, { "value": "Minus14db", "title": "Minus14db" }, { "value": "Minus13db", "title": "Minus13db" }, { "value": "Minus12db", "title": "Minus12db" }, { "value": "Minus11db", "title": "Minus11db" }, { "value": "Minus10db", "title": "Minus10db" }, { "value": "Minus9db", "title": "Minus9db" }, { "value": "Minus8db", "title": "Minus8db" }, { "value": "Minus7db", "title": "Minus7db" }, { "value": "Minus6db", "title": "Minus6db" }, { "value": "Minus5db", "title": "Minus5db" }, { "value": "Minus4db", "title": "Minus4db" }, { "value": "Minus3db", "title": "Minus3db" }, { "value": "Minus2db", "title": "Minus2db" }, { "value": "Minus1db", "title": "Minus1db" }, { "value": "NoDbPadding", "title": "NoDbPadding" }, { "value": "Plus1db", "title": "Plus1db" }, { "value": "Plus2db", "title": "Plus2db" }, { "value": "Plus3db", "title": "Plus3db" }, { "value": "Plus4db", "title": "Plus4db" }, { "value": "Plus5db", "title": "Plus5db" }, { "value": "Plus6db", "title": "Plus6db" }, { "value": "Plus7db", "title": "Plus7db" }, { "value": "Plus8db", "title": "Plus8db" }, { "value": "Plus9db", "title": "Plus9db" }, { "value": "Plus10db", "title": "Plus10db" }, { "value": "Plus11db", "title": "Plus11db" }, { "value": "Plus12db", "title": "Plus12db" }, { "value": "Plus13db", "title": "Plus13db" }, { "value": "Plus14db", "title": "Plus14db" }, { "value": "Plus15db", "title": "Plus15db" }, { "value": "Plus16db", "title": "Plus16db" }, { "value": "Plus17db", "title": "Plus17db" }, { "value": "Plus18db", "title": "Plus18db" }, { "value": "Plus19db", "title": "Plus19db" }, { "value": "Plus20db", "title": "Plus20db" }, { "value": "Plus21db", "title": "Plus21db" }, { "value": "Plus22db", "title": "Plus22db" }, { "value": "Plus23db", "title": "Plus23db" }, { "value": "Plus24db", "title": "Plus24db" }, { "value": "Plus25db", "title": "Plus25db" }, { "value": "Plus26db", "title": "Plus26db" }, { "value": "Plus27db", "title": "Plus27db" }, { "value": "Plus28db", "title": "Plus28db" }, { "value": "Plus29db", "title": "Plus29db" }, { "value": "Plus30db", "title": "Plus30db" }, { "value": "Plus31db", "title": "Plus31db" }, { "value": "Plus32db", "title": "Plus32db" } ], "maxItems": 1, "type": "string" }, "trunkPadRx": { "name": "trunkPadRx", "title": "Trunk Pad Rx", "minItems": 0, "required": false, "choices": [ { "value": "Minus32db", "title": "Minus32db" }, { "value": "Minus31db", "title": "Minus31db" }, { "value": "Minus30db", "title": "Minus30db" }, { "value": "Minus29db", "title": "Minus29db" }, { "value": "Minus28db", "title": "Minus28db" }, { "value": "Minus27db", "title": "Minus27db" }, { "value": "Minus26db", "title": "Minus26db" }, { "value": "Minus25db", "title": "Minus25db" }, { "value": "Minus24db", "title": "Minus24db" }, { "value": "Minus23db", "title": "Minus23db" }, { "value": "Minus22db", "title": "Minus22db" }, { "value": "Minus21db", "title": "Minus21db" }, { "value": "Minus20db", "title": "Minus20db" }, { "value": "Minus19db", "title": "Minus19db" }, { "value": "Minus18db", "title": "Minus18db" }, { "value": "Minus17db", "title": "Minus17db" }, { "value": "Minus16db", "title": "Minus16db" }, { "value": "Minus15db", "title": "Minus15db" }, { "value": "Minus14db", "title": "Minus14db" }, { "value": "Minus13db", "title": "Minus13db" }, { "value": "Minus12db", "title": "Minus12db" }, { "value": "Minus11db", "title": "Minus11db" }, { "value": "Minus10db", "title": "Minus10db" }, { "value": "Minus9db", "title": "Minus9db" }, { "value": "Minus8db", "title": "Minus8db" }, { "value": "Minus7db", "title": "Minus7db" }, { "value": "Minus6db", "title": "Minus6db" }, { "value": "Minus5db", "title": "Minus5db" }, { "value": "Minus4db", "title": "Minus4db" }, { "value": "Minus3db", "title": "Minus3db" }, { "value": "Minus2db", "title": "Minus2db" }, { "value": "Minus1db", "title": "Minus1db" }, { "value": "NoDbPadding", "title": "NoDbPadding" }, { "value": "Plus1db", "title": "Plus1db" }, { "value": "Plus2db", "title": "Plus2db" }, { "value": "Plus3db", "title": "Plus3db" }, { "value": "Plus4db", "title": "Plus4db" }, { "value": "Plus5db", "title": "Plus5db" }, { "value": "Plus6db", "title": "Plus6db" }, { "value": "Plus7db", "title": "Plus7db" }, { "value": "Plus8db", "title": "Plus8db" }, { "value": "Plus9db", "title": "Plus9db" }, { "value": "Plus10db", "title": "Plus10db" }, { "value": "Plus11db", "title": "Plus11db" }, { "value": "Plus12db", "title": "Plus12db" }, { "value": "Plus13db", "title": "Plus13db" }, { "value": "Plus14db", "title": "Plus14db" }, { "value": "Plus15db", "title": "Plus15db" }, { "value": "Plus16db", "title": "Plus16db" }, { "value": "Plus17db", "title": "Plus17db" }, { "value": "Plus18db", "title": "Plus18db" }, { "value": "Plus19db", "title": "Plus19db" }, { "value": "Plus20db", "title": "Plus20db" }, { "value": "Plus21db", "title": "Plus21db" }, { "value": "Plus22db", "title": "Plus22db" }, { "value": "Plus23db", "title": "Plus23db" }, { "value": "Plus24db", "title": "Plus24db" }, { "value": "Plus25db", "title": "Plus25db" }, { "value": "Plus26db", "title": "Plus26db" }, { "value": "Plus27db", "title": "Plus27db" }, { "value": "Plus28db", "title": "Plus28db" }, { "value": "Plus29db", "title": "Plus29db" }, { "value": "Plus30db", "title": "Plus30db" }, { "value": "Plus31db", "title": "Plus31db" }, { "value": "Plus32db", "title": "Plus32db" } ], "maxItems": 1, "type": "string" } } }, "index": { "name": "index", "title": "Index", "minItems": 1, "required": true, "default": 0, "maxItems": 1, "type": "integer" }, "packetCaptureDuration": { "name": "packetCaptureDuration", "title": "Packet Capture Duration", "minItems": 0, "required": false, "default": 0, "maxItems": 1, "type": [ "integer", "null" ] }, "useTrustedRelayPoint": { "name": "useTrustedRelayPoint", "title": "Use Trusted Relay Point", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" }, { "value": "Default", "title": "Default" } ], "default": "Default", "maxItems": 1, "type": "string" }, "callingSearchSpaceName": { "name": "callingSearchSpaceName", "format": "uri", "minItems": 0, "title": "Calling Search Space Name", "required": false, "choices": [], "target_attr": "name", "maxItems": 1, "target_model_type": "device/cucm/Css", "type": [ "string", "null" ], "target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken] }, "pstnAccess": { "name": "pstnAccess", "title": "Pstn Access", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "commonDeviceConfigName": { "name": "commonDeviceConfigName", "title": "Common Device Config Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "networkLocale": { "name": "networkLocale", "title": "Network Locale", "minItems": 0, "required": false, "choices": [ { "value": "Argentina", "title": "Argentina" }, { "value": "Australia", "title": "Australia" }, { "value": "Austria", "title": "Austria" }, { "value": "Belgium", "title": "Belgium" }, { "value": "Brazil", "title": "Brazil" }, { "value": "Canada", "title": "Canada" }, { "value": "China", "title": "China" }, { "value": "Colombia", "title": "Colombia" }, { "value": "Cyprus", "title": "Cyprus" }, { "value": "Czech Republic", "title": "Czech Republic" }, { "value": "Denmark", "title": "Denmark" }, { "value": "Egypt", "title": "Egypt" }, { "value": "Finland", "title": "Finland" }, { "value": "France", "title": "France" }, { "value": "Germany", "title": "Germany" }, { "value": "Ghana", "title": "Ghana" }, { "value": "Greece", "title": "Greece" }, { "value": "Hong Kong", "title": "Hong Kong" }, { "value": "Hungary", "title": "Hungary" }, { "value": "Iceland", "title": "Iceland" }, { "value": "India", "title": "India" }, { "value": "Indonesia", "title": "Indonesia" }, { "value": "Ireland", "title": "Ireland" }, { "value": "Israel", "title": "Israel" }, { "value": "Italy", "title": "Italy" }, { "value": "Japan", "title": "Japan" }, { "value": "Jordan", "title": "Jordan" }, { "value": "Kenya", "title": "Kenya" }, { "value": "Korea Republic", "title": "Korea Republic" }, { "value": "Lebanon", "title": "Lebanon" }, { "value": "Luxembourg", "title": "Luxembourg" }, { "value": "Malaysia", "title": "Malaysia" }, { "value": "Mexico", "title": "Mexico" }, { "value": "Nepal", "title": "Nepal" }, { "value": "Netherlands", "title": "Netherlands" }, { "value": "New Zealand", "title": "New Zealand" }, { "value": "Nigeria", "title": "Nigeria" }, { "value": "Norway", "title": "Norway" }, { "value": "Pakistan", "title": "Pakistan" }, { "value": "Panama", "title": "Panama" }, { "value": "Peru", "title": "Peru" }, { "value": "Philippines", "title": "Philippines" }, { "value": "Poland", "title": "Poland" }, { "value": "Portugal", "title": "Portugal" }, { "value": "Russian Federation", "title": "Russian Federation" }, { "value": "Saudi Arabia", "title": "Saudi Arabia" }, { "value": "Singapore", "title": "Singapore" }, { "value": "Slovakia", "title": "Slovakia" }, { "value": "Slovenia", "title": "Slovenia" }, { "value": "South Africa", "title": "South Africa" }, { "value": "Spain", "title": "Spain" }, { "value": "Sweden", "title": "Sweden" }, { "value": "Switzerland", "title": "Switzerland" }, { "value": "Taiwan", "title": "Taiwan" }, { "value": "Thailand", "title": "Thailand" }, { "value": "Turkey", "title": "Turkey" }, { "value": "United Kingdom", "title": "United Kingdom" }, { "value": "United States", "title": "United States" }, { "value": "Venezuela", "title": "Venezuela" }, { "value": "Zimbabwe", "title": "Zimbabwe" }, { "value": "Itu", "title": "Itu" }, { "value": "Chile", "title": "Chile" }, { "value": "Bulgaria", "title": "Bulgaria" }, { "value": "Croatia", "title": "Croatia" }, { "value": "Romania", "title": "Romania" }, { "value": "Serbia and Montenegro", "title": "Serbia and Montenegro" }, { "value": "United Arab Emirates", "title": "United Arab Emirates" }, { "value": "Oman", "title": "Oman" }, { "value": "Kuwait", "title": "Kuwait" }, { "value": "Algeria", "title": "Algeria" }, { "value": "Bahrain", "title": "Bahrain" }, { "value": "Iraq", "title": "Iraq" }, { "value": "Mauritania", "title": "Mauritania" }, { "value": "Republic of Montenegro", "title": "Republic of Montenegro" }, { "value": "Morocco", "title": "Morocco" }, { "value": "Qatar", "title": "Qatar" }, { "value": "Republic of Serbia", "title": "Republic of Serbia" }, { "value": "Sudan", "title": "Sudan" }, { "value": "Tunisia", "title": "Tunisia" }, { "value": "Vietnam", "title": "Vietnam" }, { "value": "Yemen", "title": "Yemen" }, { "value": "Lithuania", "title": "Lithuania" }, { "value": "Latvia", "title": "Latvia" }, { "value": "Estonia", "title": "Estonia" }, { "value": "Ukraine", "title": "Ukraine" } ], "maxItems": 1, "type": [ "string", "null" ] }, "cgpnTransformationCssName": { "name": "cgpnTransformationCssName", "title": "Cgpn Transformation Css Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "packetCaptureMode": { "name": "packetCaptureMode", "title": "Packet Capture Mode", "minItems": 0, "required": false, "choices": [ { "value": "None", "title": "None" }, { "value": "Batch Processing Mode", "title": "Batch Processing Mode" } ], "default": "None", "maxItems": 1, "type": "string" }, "useDevicePoolCgpnTransformCss": { "name": "useDevicePoolCgpnTransformCss", "title": "Use Device Pool Cgpn Transform Css", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "product": { "description": "Product ID string. read-only except when creating a device.", "title": "Product", "minItems": 1, "required": true, "choices": [ { "value": "7914 14-Button Line Expansion Module", "title": "7914 14-Button Line Expansion Module" }, { "value": "7915 12-Button Line Expansion Module", "title": "7915 12-Button Line Expansion Module" }, { "value": "7915 24-Button Line Expansion Module", "title": "7915 24-Button Line Expansion Module" }, { "value": "7916 12-Button Line Expansion Module", "title": "7916 12-Button Line Expansion Module" }, { "value": "7916 24-Button Line Expansion Module", "title": "7916 24-Button Line Expansion Module" }, { "value": "AIM-VOICE-30", "title": "AIM-VOICE-30" }, { "value": "Analog Phone", "title": "Analog Phone" }, { "value": "Annunciator", "title": "Annunciator" }, { "value": "BEKEM 36-Button Line Expansion Module", "title": "BEKEM 36-Button Line Expansion Module" }, { "value": "C881V", "title": "C881V" }, { "value": "C887VA-V", "title": "C887VA-V" }, { "value": "CKEM 36-Button Line Expansion Module", "title": "CKEM 36-Button Line Expansion Module" }, { "value": "CP-8800-Audio 28-Button Key Expansion Module", "title": "CP-8800-Audio 28-Button Key Expansion Module" }, { "value": "CP-8800-Video 28-Button Key Expansion Module", "title": "CP-8800-Video 28-Button Key Expansion Module" }, { "value": "CTI Port", "title": "CTI Port" }, { "value": "CTI Remote Device", "title": "CTI Remote Device" }, { "value": "CTI Route Point", "title": "CTI Route Point" }, { "value": "Carrier-integrated Mobile", "title": "Carrier-integrated Mobile" }, { "value": "Cisco IAD2400", "title": "Cisco IAD2400" }, { "value": "Cisco 12 S", "title": "Cisco 12 S" }, { "value": "Cisco 12 SP", "title": "Cisco 12 SP" }, { "value": "Cisco 12 SP+", "title": "Cisco 12 SP+" }, { "value": "Cisco 1751", "title": "Cisco 1751" }, { "value": "Cisco 1760", "title": "Cisco 1760" }, { "value": "Cisco 1861", "title": "Cisco 1861" }, { "value": "Cisco 269X", "title": "Cisco 269X" }, { "value": "Cisco 26XX", "title": "Cisco 26XX" }, { "value": "Cisco 2801", "title": "Cisco 2801" }, { "value": "Cisco 2811", "title": "Cisco 2811" }, { "value": "Cisco 2821", "title": "Cisco 2821" }, { "value": "Cisco 2851", "title": "Cisco 2851" }, { "value": "Cisco 2901", "title": "Cisco 2901" }, { "value": "Cisco 2911", "title": "Cisco 2911" }, { "value": "Cisco 2921", "title": "Cisco 2921" }, { "value": "Cisco 2951", "title": "Cisco 2951" }, { "value": "Cisco 30 SP+", "title": "Cisco 30 SP+" }, { "value": "Cisco 30 VIP", "title": "Cisco 30 VIP" }, { "value": "Cisco 362X", "title": "Cisco 362X" }, { "value": "Cisco 364X", "title": "Cisco 364X" }, { "value": "Cisco 366X", "title": "Cisco 366X" }, { "value": "Cisco 3725", "title": "Cisco 3725" }, { "value": "Cisco 3745", "title": "Cisco 3745" }, { "value": "Cisco 3825", "title": "Cisco 3825" }, { "value": "Cisco 3845", "title": "Cisco 3845" }, { "value": "Cisco 3905", "title": "Cisco 3905" }, { "value": "Cisco 3911", "title": "Cisco 3911" }, { "value": "Cisco 3925", "title": "Cisco 3925" }, { "value": "Cisco 3925E", "title": "Cisco 3925E" }, { "value": "Cisco 3945", "title": "Cisco 3945" }, { "value": "Cisco 3945E", "title": "Cisco 3945E" }, { "value": "Cisco 3951", "title": "Cisco 3951" }, { "value": "Cisco 6901", "title": "Cisco 6901" }, { "value": "Cisco 6911", "title": "Cisco 6911" }, { "value": "Cisco 6921", "title": "Cisco 6921" }, { "value": "Cisco 6941", "title": "Cisco 6941" }, { "value": "Cisco 6945", "title": "Cisco 6945" }, { "value": "Cisco 6961", "title": "Cisco 6961" }, { "value": "Cisco 7811", "title": "Cisco 7811" }, { "value": "Cisco 7821", "title": "Cisco 7821" }, { "value": "Cisco 7832", "title": "Cisco 7832" }, { "value": "Cisco 7841", "title": "Cisco 7841" }, { "value": "Cisco 7861", "title": "Cisco 7861" }, { "value": "Cisco 7902", "title": "Cisco 7902" }, { "value": "Cisco 7905", "title": "Cisco 7905" }, { "value": "Cisco 7906", "title": "Cisco 7906" }, { "value": "Cisco 7910", "title": "Cisco 7910" }, { "value": "Cisco 7911", "title": "Cisco 7911" }, { "value": "Cisco 7912", "title": "Cisco 7912" }, { "value": "Cisco 7920", "title": "Cisco 7920" }, { "value": "Cisco 7921", "title": "Cisco 7921" }, { "value": "Cisco 7925", "title": "Cisco 7925" }, { "value": "Cisco 7926", "title": "Cisco 7926" }, { "value": "Cisco 7931", "title": "Cisco 7931" }, { "value": "Cisco 7935", "title": "Cisco 7935" }, { "value": "Cisco 7936", "title": "Cisco 7936" }, { "value": "Cisco 7937", "title": "Cisco 7937" }, { "value": "Cisco 7940", "title": "Cisco 7940" }, { "value": "Cisco 7941", "title": "Cisco 7941" }, { "value": "Cisco 7941G-GE", "title": "Cisco 7941G-GE" }, { "value": "Cisco 7942", "title": "Cisco 7942" }, { "value": "Cisco 7945", "title": "Cisco 7945" }, { "value": "Cisco 7960", "title": "Cisco 7960" }, { "value": "Cisco 7961", "title": "Cisco 7961" }, { "value": "Cisco 7961G-GE", "title": "Cisco 7961G-GE" }, { "value": "Cisco 7962", "title": "Cisco 7962" }, { "value": "Cisco 7965", "title": "Cisco 7965" }, { "value": "Cisco 7970", "title": "Cisco 7970" }, { "value": "Cisco 7971", "title": "Cisco 7971" }, { "value": "Cisco 7975", "title": "Cisco 7975" }, { "value": "Cisco 7985", "title": "Cisco 7985" }, { "value": "Cisco 860", "title": "Cisco 860" }, { "value": "Cisco 881", "title": "Cisco 881" }, { "value": "Cisco 8811", "title": "Cisco 8811" }, { "value": "Cisco 8821", "title": "Cisco 8821" }, { "value": "Cisco 8831", "title": "Cisco 8831" }, { "value": "Cisco 8832", "title": "Cisco 8832" }, { "value": "Cisco 8832NR", "title": "Cisco 8832NR" }, { "value": "Cisco 8841", "title": "Cisco 8841" }, { "value": "Cisco 8845", "title": "Cisco 8845" }, { "value": "Cisco 8851", "title": "Cisco 8851" }, { "value": "Cisco 8851NR", "title": "Cisco 8851NR" }, { "value": "Cisco 8861", "title": "Cisco 8861" }, { "value": "Cisco 8865", "title": "Cisco 8865" }, { "value": "Cisco 8865NR", "title": "Cisco 8865NR" }, { "value": "Cisco 888/887/886", "title": "Cisco 888/887/886" }, { "value": "Cisco 8941", "title": "Cisco 8941" }, { "value": "Cisco 8945", "title": "Cisco 8945" }, { "value": "Cisco 8961", "title": "Cisco 8961" }, { "value": "Cisco 9951", "title": "Cisco 9951" }, { "value": "Cisco 9971", "title": "Cisco 9971" }, { "value": "Cisco ATA 186", "title": "Cisco ATA 186" }, { "value": "Cisco ATA 187", "title": "Cisco ATA 187" }, { "value": "Cisco ATA 190", "title": "Cisco ATA 190" }, { "value": "Cisco ATA 191", "title": "Cisco ATA 191" }, { "value": "Cisco C8200/L-1N-4T", "title": "Cisco C8200/L-1N-4T" }, { "value": "Cisco C8300-1N1S-4T2X", "title": "Cisco C8300-1N1S-4T2X" }, { "value": "Cisco C8300-1N1S-6T", "title": "Cisco C8300-1N1S-6T" }, { "value": "Cisco C8300-2N2S-4T2X/6T", "title": "Cisco C8300-2N2S-4T2X/6T" }, { "value": "Cisco Catalyst 4000 Access Gateway Module", "title": "Cisco Catalyst 4000 Access Gateway Module" }, { "value": "Cisco Catalyst 4224 Voice Gateway Switch", "title": "Cisco Catalyst 4224 Voice Gateway Switch" }, { "value": "Cisco Catalyst 6000 12 port FXO Gateway", "title": "Cisco Catalyst 6000 12 port FXO Gateway" }, { "value": "Cisco Catalyst 6000 24 port FXS Gateway", "title": "Cisco Catalyst 6000 24 port FXS Gateway" }, { "value": "Cisco Catalyst 6000 E1 VoIP Gateway", "title": "Cisco Catalyst 6000 E1 VoIP Gateway" }, { "value": "Cisco Catalyst 6000 T1 VoIP Gateway", "title": "Cisco Catalyst 6000 T1 VoIP Gateway" }, { "value": "Cisco Cius", "title": "Cisco Cius" }, { "value": "Cisco Cius SP", "title": "Cisco Cius SP" }, { "value": "Cisco Collaboration Mobile Convergence", "title": "Cisco Collaboration Mobile Convergence" }, { "value": "Cisco Conference Bridge (WS-SVC-CMM)", "title": "Cisco Conference Bridge (WS-SVC-CMM)" }, { "value": "Cisco Conference Bridge Hardware", "title": "Cisco Conference Bridge Hardware" }, { "value": "Cisco Conference Bridge Software", "title": "Cisco Conference Bridge Software" }, { "value": "Cisco DX650", "title": "Cisco DX650" }, { "value": "Cisco DX70", "title": "Cisco DX70" }, { "value": "Cisco DX80", "title": "Cisco DX80" }, { "value": "Cisco Dual Mode for Android", "title": "Cisco Dual Mode for Android" }, { "value": "Cisco Dual Mode for iPhone", "title": "Cisco Dual Mode for iPhone" }, { "value": "Cisco E20", "title": "Cisco E20" }, { "value": "Cisco ENCS 5400 ISRV", "title": "Cisco ENCS 5400 ISRV" }, { "value": "Cisco IOS Conference Bridge", "title": "Cisco IOS Conference Bridge" }, { "value": "Cisco IOS Enhanced Conference Bridge", "title": "Cisco IOS Enhanced Conference Bridge" }, { "value": "Cisco IOS Enhanced Media Termination Point", "title": "Cisco IOS Enhanced Media Termination Point" }, { "value": "Cisco IOS Enhanced Software Media Termination Point", "title": "Cisco IOS Enhanced Software Media Termination Point" }, { "value": "Cisco IOS Guaranteed Audio Video Conference Bridge", "title": "Cisco IOS Guaranteed Audio Video Conference Bridge" }, { "value": "Cisco IOS Heterogeneous Video Conference Bridge", "title": "Cisco IOS Heterogeneous Video Conference Bridge" }, { "value": "Cisco IOS Homogeneous Video Conference Bridge", "title": "Cisco IOS Homogeneous Video Conference Bridge" }, { "value": "Cisco IOS Media Termination Point", "title": "Cisco IOS Media Termination Point" }, { "value": "Cisco IP Communicator", "title": "Cisco IP Communicator" }, { "value": "Cisco ISR 4321", "title": "Cisco ISR 4321" }, { "value": "Cisco ISR 4331", "title": "Cisco ISR 4331" }, { "value": "Cisco ISR 4351", "title": "Cisco ISR 4351" }, { "value": "Cisco ISR 4431", "title": "Cisco ISR 4431" }, { "value": "Cisco ISR 4451", "title": "Cisco ISR 4451" }, { "value": "Cisco ISR 4461", "title": "Cisco ISR 4461" }, { "value": "Cisco Jabber for Tablet", "title": "Cisco Jabber for Tablet" }, { "value": "Cisco MGCP BRI Port", "title": "Cisco MGCP BRI Port" }, { "value": "Cisco MGCP E1 Port", "title": "Cisco MGCP E1 Port" }, { "value": "Cisco MGCP FXO Port", "title": "Cisco MGCP FXO Port" }, { "value": "Cisco MGCP FXS Port", "title": "Cisco MGCP FXS Port" }, { "value": "Cisco MGCP T1 Port", "title": "Cisco MGCP T1 Port" }, { "value": "Cisco Media Server (WS-SVC-CMM-MS)", "title": "Cisco Media Server (WS-SVC-CMM-MS)" }, { "value": "Cisco Media Termination Point (WS-SVC-CMM)", "title": "Cisco Media Termination Point (WS-SVC-CMM)" }, { "value": "Cisco Media Termination Point Hardware", "title": "Cisco Media Termination Point Hardware" }, { "value": "Cisco Media Termination Point Software", "title": "Cisco Media Termination Point Software" }, { "value": "Cisco Meeting Server", "title": "Cisco Meeting Server" }, { "value": "Cisco SIP FXS Port", "title": "Cisco SIP FXS Port" }, { "value": "Cisco Spark Remote Device", "title": "Cisco Spark Remote Device" }, { "value": "Cisco TelePresence", "title": "Cisco TelePresence" }, { "value": "Cisco TelePresence 1000", "title": "Cisco TelePresence 1000" }, { "value": "Cisco TelePresence 1100", "title": "Cisco TelePresence 1100" }, { "value": "Cisco TelePresence 1300-47", "title": "Cisco TelePresence 1300-47" }, { "value": "Cisco TelePresence 1300-65", "title": "Cisco TelePresence 1300-65" }, { "value": "Cisco TelePresence 200", "title": "Cisco TelePresence 200" }, { "value": "Cisco TelePresence 3000", "title": "Cisco TelePresence 3000" }, { "value": "Cisco TelePresence 3200", "title": "Cisco TelePresence 3200" }, { "value": "Cisco TelePresence 400", "title": "Cisco TelePresence 400" }, { "value": "Cisco TelePresence 500-32", "title": "Cisco TelePresence 500-32" }, { "value": "Cisco TelePresence 500-37", "title": "Cisco TelePresence 500-37" }, { "value": "Cisco TelePresence Codec C40", "title": "Cisco TelePresence Codec C40" }, { "value": "Cisco TelePresence Codec C60", "title": "Cisco TelePresence Codec C60" }, { "value": "Cisco TelePresence Codec C90", "title": "Cisco TelePresence Codec C90" }, { "value": "Cisco TelePresence Conductor", "title": "Cisco TelePresence Conductor" }, { "value": "Cisco TelePresence DX70", "title": "Cisco TelePresence DX70" }, { "value": "Cisco TelePresence EX60", "title": "Cisco TelePresence EX60" }, { "value": "Cisco TelePresence EX90", "title": "Cisco TelePresence EX90" }, { "value": "Cisco TelePresence Exchange System", "title": "Cisco TelePresence Exchange System" }, { "value": "Cisco TelePresence IX5000", "title": "Cisco TelePresence IX5000" }, { "value": "Cisco TelePresence MCU", "title": "Cisco TelePresence MCU" }, { "value": "Cisco TelePresence MX200", "title": "Cisco TelePresence MX200" }, { "value": "Cisco TelePresence MX200 G2", "title": "Cisco TelePresence MX200 G2" }, { "value": "Cisco TelePresence MX300", "title": "Cisco TelePresence MX300" }, { "value": "Cisco TelePresence MX300 G2", "title": "Cisco TelePresence MX300 G2" }, { "value": "Cisco TelePresence MX700", "title": "Cisco TelePresence MX700" }, { "value": "Cisco TelePresence MX800", "title": "Cisco TelePresence MX800" }, { "value": "Cisco TelePresence MX800 Dual", "title": "Cisco TelePresence MX800 Dual" }, { "value": "Cisco TelePresence Profile 42 (C20)", "title": "Cisco TelePresence Profile 42 (C20)" }, { "value": "Cisco TelePresence Profile 42 (C40)", "title": "Cisco TelePresence Profile 42 (C40)" }, { "value": "Cisco TelePresence Profile 42 (C60)", "title": "Cisco TelePresence Profile 42 (C60)" }, { "value": "Cisco TelePresence Profile 52 (C40)", "title": "Cisco TelePresence Profile 52 (C40)" }, { "value": "Cisco TelePresence Profile 52 (C60)", "title": "Cisco TelePresence Profile 52 (C60)" }, { "value": "Cisco TelePresence Profile 52 Dual (C60)", "title": "Cisco TelePresence Profile 52 Dual (C60)" }, { "value": "Cisco TelePresence Profile 65 (C60)", "title": "Cisco TelePresence Profile 65 (C60)" }, { "value": "Cisco TelePresence Profile 65 Dual (C90)", "title": "Cisco TelePresence Profile 65 Dual (C90)" }, { "value": "Cisco TelePresence Quick Set C20", "title": "Cisco TelePresence Quick Set C20" }, { "value": "Cisco TelePresence SX10", "title": "Cisco TelePresence SX10" }, { "value": "Cisco TelePresence SX20", "title": "Cisco TelePresence SX20" }, { "value": "Cisco TelePresence SX80", "title": "Cisco TelePresence SX80" }, { "value": "Cisco TelePresence TX1310-65", "title": "Cisco TelePresence TX1310-65" }, { "value": "Cisco TelePresence TX9000", "title": "Cisco TelePresence TX9000" }, { "value": "Cisco TelePresence TX9200", "title": "Cisco TelePresence TX9200" }, { "value": "Cisco Unified Client Services Framework", "title": "Cisco Unified Client Services Framework" }, { "value": "Cisco Unified Communications for RTX", "title": "Cisco Unified Communications for RTX" }, { "value": "Cisco Unified Mobile Communicator", "title": "Cisco Unified Mobile Communicator" }, { "value": "Cisco Unified Personal Communicator", "title": "Cisco Unified Personal Communicator" }, { "value": "Cisco VG200", "title": "Cisco VG200" }, { "value": "Cisco VG248 Gateway", "title": "Cisco VG248 Gateway" }, { "value": "Cisco VGC Phone", "title": "Cisco VGC Phone" }, { "value": "Cisco VGC Virtual Phone", "title": "Cisco VGC Virtual Phone" }, { "value": "Cisco VGD-1T3", "title": "Cisco VGD-1T3" }, { "value": "Cisco VXC 6215", "title": "Cisco VXC 6215" }, { "value": "Cisco Video Conference Bridge(IPVC-35xx)", "title": "Cisco Video Conference Bridge(IPVC-35xx)" }, { "value": "Cisco Voice Mail Port", "title": "Cisco Voice Mail Port" }, { "value": "Cisco Webex Board 55", "title": "Cisco Webex Board 55" }, { "value": "Cisco Webex Board 70", "title": "Cisco Webex Board 70" }, { "value": "Cisco Webex Board 85", "title": "Cisco Webex Board 85" }, { "value": "Cisco Webex DX80", "title": "Cisco Webex DX80" }, { "value": "Cisco Webex Desk LE", "title": "Cisco Webex Desk LE" }, { "value": "Cisco Webex Desk Pro", "title": "Cisco Webex Desk Pro" }, { "value": "Cisco Webex Room 55", "title": "Cisco Webex Room 55" }, { "value": "Cisco Webex Room 55 Dual", "title": "Cisco Webex Room 55 Dual" }, { "value": "Cisco Webex Room 70 Dual", "title": "Cisco Webex Room 70 Dual" }, { "value": "Cisco Webex Room 70 Dual G2", "title": "Cisco Webex Room 70 Dual G2" }, { "value": "Cisco Webex Room 70 Panorama", "title": "Cisco Webex Room 70 Panorama" }, { "value": "Cisco Webex Room 70 Single", "title": "Cisco Webex Room 70 Single" }, { "value": "Cisco Webex Room 70 Single G2", "title": "Cisco Webex Room 70 Single G2" }, { "value": "Cisco Webex Room Kit", "title": "Cisco Webex Room Kit" }, { "value": "Cisco Webex Room Kit Mini", "title": "Cisco Webex Room Kit Mini" }, { "value": "Cisco Webex Room Kit Plus", "title": "Cisco Webex Room Kit Plus" }, { "value": "Cisco Webex Room Kit Pro", "title": "Cisco Webex Room Kit Pro" }, { "value": "Cisco Webex Room Panorama", "title": "Cisco Webex Room Panorama" }, { "value": "Cisco Webex Room Phone", "title": "Cisco Webex Room Phone" }, { "value": "Cisco Webex VDI Svc Framework", "title": "Cisco Webex VDI Svc Framework" }, { "value": "Communication Media Module", "title": "Communication Media Module" }, { "value": "EMCC Base Phone", "title": "EMCC Base Phone" }, { "value": "FLEX_SLOT", "title": "FLEX_SLOT" }, { "value": "Gatekeeper", "title": "Gatekeeper" }, { "value": "Generic Desktop Video Endpoint", "title": "Generic Desktop Video Endpoint" }, { "value": "Generic Multiple Screen Room System", "title": "Generic Multiple Screen Room System" }, { "value": "Generic Single Screen Room System", "title": "Generic Single Screen Room System" }, { "value": "H.225 Trunk (Gatekeeper Controlled)", "title": "H.225 Trunk (Gatekeeper Controlled)" }, { "value": "H.323 Client", "title": "H.323 Client" }, { "value": "H.323 Gateway", "title": "H.323 Gateway" }, { "value": "Hunt List", "title": "Hunt List" }, { "value": "IAD2400_ANALOG", "title": "IAD2400_ANALOG" }, { "value": "IAD2400_DIGITAL", "title": "IAD2400_DIGITAL" }, { "value": "IMS-integrated Mobile (Basic)", "title": "IMS-integrated Mobile (Basic)" }, { "value": "IP-STE", "title": "IP-STE" }, { "value": "ISDN BRI Phone", "title": "ISDN BRI Phone" }, { "value": "Inter-Cluster Trunk (Gatekeeper Controlled)", "title": "Inter-Cluster Trunk (Gatekeeper Controlled)" }, { "value": "Inter-Cluster Trunk (Non-Gatekeeper Controlled)", "title": "Inter-Cluster Trunk (Non-Gatekeeper Controlled)" }, { "value": "Interactive Voice Response", "title": "Interactive Voice Response" }, { "value": "Load Simulator", "title": "Load Simulator" }, { "value": "Motorola CN622", "title": "Motorola CN622" }, { "value": "Music On Hold", "title": "Music On Hold" }, { "value": "NM-1V", "title": "NM-1V" }, { "value": "NM-2V", "title": "NM-2V" }, { "value": "NM-4VWIC-MBRD", "title": "NM-4VWIC-MBRD" }, { "value": "NM-HD-1V", "title": "NM-HD-1V" }, { "value": "NM-HD-2V", "title": "NM-HD-2V" }, { "value": "NM-HD-2VE", "title": "NM-HD-2VE" }, { "value": "NM-HDA", "title": "NM-HDA" }, { "value": "NM-HDV", "title": "NM-HDV" }, { "value": "NM-HDV2-0PORT", "title": "NM-HDV2-0PORT" }, { "value": "NM-HDV2-1PORT", "title": "NM-HDV2-1PORT" }, { "value": "NM-HDV2-2PORT", "title": "NM-HDV2-2PORT" }, { "value": "Nokia S60", "title": "Nokia S60" }, { "value": "PA-MCX", "title": "PA-MCX" }, { "value": "PA-VXA", "title": "PA-VXA" }, { "value": "PA-VXB", "title": "PA-VXB" }, { "value": "PA-VXC", "title": "PA-VXC" }, { "value": "Pilot", "title": "Pilot" }, { "value": "Remote Destination Profile", "title": "Remote Destination Profile" }, { "value": "Route List", "title": "Route List" }, { "value": "SCCP Device", "title": "SCCP Device" }, { "value": "SCCP gateway virtual phone", "title": "SCCP gateway virtual phone" }, { "value": "SIP Trunk", "title": "SIP Trunk" }, { "value": "SIP WSM Connection", "title": "SIP WSM Connection" }, { "value": "SPA8800", "title": "SPA8800" }, { "value": "Third-party AS-SIP Endpoint", "title": "Third-party AS-SIP Endpoint" }, { "value": "Third-party SIP Device (Advanced)", "title": "Third-party SIP Device (Advanced)" }, { "value": "Third-party SIP Device (Basic)", "title": "Third-party SIP Device (Basic)" }, { "value": "Transnova S3", "title": "Transnova S3" }, { "value": "Universal Device Template", "title": "Universal Device Template" }, { "value": "Unknown", "title": "Unknown" }, { "value": "VG202", "title": "VG202" }, { "value": "VG204", "title": "VG204" }, { "value": "VG224", "title": "VG224" }, { "value": "VG310", "title": "VG310" }, { "value": "VG320", "title": "VG320" }, { "value": "VG350", "title": "VG350" }, { "value": "VG400", "title": "VG400" }, { "value": "VG420", "title": "VG420" }, { "value": "VG450", "title": "VG450" }, { "value": "VGC Port", "title": "VGC Port" }, { "value": "VIC_SLOT", "title": "VIC_SLOT" }, { "value": "VKEM 36-Button Line Expansion Module", "title": "VKEM 36-Button Line Expansion Module" }, { "value": "VNM-HDA", "title": "VNM-HDA" }, { "value": "VWIC_SLOT", "title": "VWIC_SLOT" }, { "value": "WS-SVC-CMM-MS", "title": "WS-SVC-CMM-MS" }, { "value": "WS-X6600", "title": "WS-X6600" } ], "maxItems": 1, "type": "string", "name": "product" }, "callingPartyNumberPrefix": { "name": "callingPartyNumberPrefix", "title": "Calling Party Number Prefix", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 16, "type": "string" }, "description": { "description": "Optional description of the device", "title": "Description", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 128, "type": "string", "name": "description" }, "useDevicePoolCgpnTransformCssUnknown": { "name": "useDevicePoolCgpnTransformCssUnknown", "title": "Use Device Pool Cgpn Transform Css Unknown", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "useDevicePoolCdpnTransformCss": { "name": "useDevicePoolCdpnTransformCss", "title": "Use Device Pool Cdpn Transform Css", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "geoLocationName": { "name": "geoLocationName", "title": "Geo Location Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "elinGroup": { "name": "elinGroup", "title": "Elin Group", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "cdpnTransformationCssName": { "name": "cdpnTransformationCssName", "title": "Cdpn Transformation Css Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "class": { "description": "Class ID string. Class information is read-only except when creating a device.", "title": "Class", "minItems": 1, "required": true, "choices": [ { "value": "Phone", "title": "Phone" }, { "value": "Gateway", "title": "Gateway" }, { "value": "Conference Bridge", "title": "Conference Bridge" }, { "value": "Media Termination Point", "title": "Media Termination Point" }, { "value": "Route List", "title": "Route List" }, { "value": "Voice Mail", "title": "Voice Mail" }, { "value": "CTI Route Point", "title": "CTI Route Point" }, { "value": "Music On Hold", "title": "Music On Hold" }, { "value": "Simulation", "title": "Simulation" }, { "value": "Pilot", "title": "Pilot" }, { "value": "GateKeeper", "title": "GateKeeper" }, { "value": "Add-on modules", "title": "Add-on modules" }, { "value": "Hidden Phone", "title": "Hidden Phone" }, { "value": "Trunk", "title": "Trunk" }, { "value": "Tone Announcement Player", "title": "Tone Announcement Player" }, { "value": "Remote Destination Profile", "title": "Remote Destination Profile" }, { "value": "EMCC Base Phone Template", "title": "EMCC Base Phone Template" }, { "value": "EMCC Base Phone", "title": "EMCC Base Phone" }, { "value": "Remote Destination Profile Template", "title": "Remote Destination Profile Template" }, { "value": "Gateway Template", "title": "Gateway Template" }, { "value": "UDP Template", "title": "UDP Template" }, { "value": "Phone Template", "title": "Phone Template" }, { "value": "Device Profile", "title": "Device Profile" }, { "value": "Invalid", "title": "Invalid" }, { "value": "Interactive Voice Response", "title": "Interactive Voice Response" } ], "maxItems": 1, "type": "string", "name": "class" }, "hotlineDevice": { "description": "This tag is applicable for MGCP FXS ports,which supports PLAR.", "title": "Hotline Device", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean", "name": "hotlineDevice" }, "name": { "description": "The device name,using only URL-friendly characters", "title": "Name", "minItems": 1, "required": true, "maxItems": 1, "maxLength": 128, "type": "string", "name": "name" }, "retryVideoCallAsAudio": { "name": "retryVideoCallAsAudio", "title": "Retry Video Call As Audio", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "protocolSide": { "description": "Side information is read-only except when creating a device", "title": "Protocol Side", "minItems": 1, "required": true, "choices": [ { "value": "Network", "title": "Network" }, { "value": "User", "title": "User" } ], "default": "User", "maxItems": 1, "type": "string", "name": "protocolSide" }, "trunkSelectionOrder": { "name": "trunkSelectionOrder", "title": "Trunk Selection Order", "minItems": 1, "required": true, "choices": [ { "value": "Bottom Up", "title": "Bottom Up" }, { "value": "Top Down", "title": "Top Down" } ], "maxItems": 1, "type": "string" }, "geoLocationFilterName": { "name": "geoLocationFilterName", "title": "Geo Location Filter Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "aarNeighborhoodName": { "name": "aarNeighborhoodName", "title": "Aar Neighborhood Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "locationName": { "name": "locationName", "title": "Location Name", "minItems": 1, "required": true, "maxItems": 1, "type": "string" }, "transmitUtf8": { "name": "transmitUtf8", "title": "Transmit Utf8", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "mediaResourceListName": { "name": "mediaResourceListName", "title": "Media Resource List Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "automatedAlternateRoutingCssName": { "name": "automatedAlternateRoutingCssName", "title": "Automated Alternate Routing Css Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "devicePoolName": { "name": "devicePoolName", "title": "Device Pool Name", "minItems": 1, "required": true, "maxItems": 1, "type": [ "string", "null" ] }, "model": { "description": "Model ID string. Read Only", "title": "Model", "minItems": 0, "required": false, "choices": [ { "value": "Cisco 30 SP+", "title": "Cisco 30 SP+" }, { "value": "Cisco 12 SP+", "title": "Cisco 12 SP+" }, { "value": "Cisco 12 SP", "title": "Cisco 12 SP" }, { "value": "Cisco 12 S", "title": "Cisco 12 S" }, { "value": "Cisco 30 VIP", "title": "Cisco 30 VIP" }, { "value": "Cisco 7910", "title": "Cisco 7910" }, { "value": "Cisco 7960", "title": "Cisco 7960" }, { "value": "Cisco 7940", "title": "Cisco 7940" }, { "value": "Cisco 7935", "title": "Cisco 7935" }, { "value": "Cisco VGC Phone", "title": "Cisco VGC Phone" }, { "value": "Cisco VGC Virtual Phone", "title": "Cisco VGC Virtual Phone" }, { "value": "Cisco ATA 186", "title": "Cisco ATA 186" }, { "value": "EMCC Base Phone", "title": "EMCC Base Phone" }, { "value": "SCCP Phone", "title": "SCCP Phone" }, { "value": "Analog Access", "title": "Analog Access" }, { "value": "Digital Access", "title": "Digital Access" }, { "value": "Digital Access+", "title": "Digital Access+" }, { "value": "Digital Access WS-X6608", "title": "Digital Access WS-X6608" }, { "value": "Analog Access WS-X6624", "title": "Analog Access WS-X6624" }, { "value": "VGC Gateway", "title": "VGC Gateway" }, { "value": "Conference Bridge", "title": "Conference Bridge" }, { "value": "Conference Bridge WS-X6608", "title": "Conference Bridge WS-X6608" }, { "value": "Cisco IOS Conference Bridge (HDV2)", "title": "Cisco IOS Conference Bridge (HDV2)" }, { "value": "Cisco Conference Bridge (WS-SVC-CMM)", "title": "Cisco Conference Bridge (WS-SVC-CMM)" }, { "value": "H.323 Phone", "title": "H.323 Phone" }, { "value": "H.323 Gateway", "title": "H.323 Gateway" }, { "value": "Music On Hold", "title": "Music On Hold" }, { "value": "Device Pilot", "title": "Device Pilot" }, { "value": "CTI Port", "title": "CTI Port" }, { "value": "CTI Route Point", "title": "CTI Route Point" }, { "value": "Voice Mail Port", "title": "Voice Mail Port" }, { "value": "Cisco IOS Software Media Termination Point (HDV2)", "title": "Cisco IOS Software Media Termination Point (HDV2)" }, { "value": "Cisco Media Server (WS-SVC-CMM-MS)", "title": "Cisco Media Server (WS-SVC-CMM-MS)" }, { "value": "Cisco Video Conference Bridge (IPVC-35xx)", "title": "Cisco Video Conference Bridge (IPVC-35xx)" }, { "value": "Cisco IOS Heterogeneous Video Conference Bridge", "title": "Cisco IOS Heterogeneous Video Conference Bridge" }, { "value": "Cisco IOS Guaranteed Audio Video Conference Bridge", "title": "Cisco IOS Guaranteed Audio Video Conference Bridge" }, { "value": "Cisco IOS Homogeneous Video Conference Bridge", "title": "Cisco IOS Homogeneous Video Conference Bridge" }, { "value": "Route List", "title": "Route List" }, { "value": "Load Simulator", "title": "Load Simulator" }, { "value": "Media Termination Point", "title": "Media Termination Point" }, { "value": "Media Termination Point Hardware", "title": "Media Termination Point Hardware" }, { "value": "Cisco IOS Media Termination Point (HDV2)", "title": "Cisco IOS Media Termination Point (HDV2)" }, { "value": "Cisco Media Termination Point (WS-SVC-CMM)", "title": "Cisco Media Termination Point (WS-SVC-CMM)" }, { "value": "Cisco 7941", "title": "Cisco 7941" }, { "value": "Cisco 7971", "title": "Cisco 7971" }, { "value": "MGCP Station", "title": "MGCP Station" }, { "value": "MGCP Trunk", "title": "MGCP Trunk" }, { "value": "GateKeeper", "title": "GateKeeper" }, { "value": "7914 14-Button Line Expansion Module", "title": "7914 14-Button Line Expansion Module" }, { "value": "Trunk", "title": "Trunk" }, { "value": "Tone Announcement Player", "title": "Tone Announcement Player" }, { "value": "SIP Trunk", "title": "SIP Trunk" }, { "value": "SIP Gateway", "title": "SIP Gateway" }, { "value": "WSM Trunk", "title": "WSM Trunk" }, { "value": "Remote Destination Profile", "title": "Remote Destination Profile" }, { "value": "7915 12-Button Line Expansion Module", "title": "7915 12-Button Line Expansion Module" }, { "value": "7915 24-Button Line Expansion Module", "title": "7915 24-Button Line Expansion Module" }, { "value": "7916 12-Button Line Expansion Module", "title": "7916 12-Button Line Expansion Module" }, { "value": "7916 24-Button Line Expansion Module", "title": "7916 24-Button Line Expansion Module" }, { "value": "CKEM 36-Button Line Expansion Module", "title": "CKEM 36-Button Line Expansion Module" }, { "value": "SPA8800", "title": "SPA8800" }, { "value": "Unknown MGCP Gateway", "title": "Unknown MGCP Gateway" }, { "value": "Unknown", "title": "Unknown" }, { "value": "Cisco 7985", "title": "Cisco 7985" }, { "value": "Cisco 7911", "title": "Cisco 7911" }, { "value": "Cisco 7961G-GE", "title": "Cisco 7961G-GE" }, { "value": "Cisco 7941G-GE", "title": "Cisco 7941G-GE" }, { "value": "Motorola CN622", "title": "Motorola CN622" }, { "value": "Third-party SIP Device (Basic)", "title": "Third-party SIP Device (Basic)" }, { "value": "Cisco 7931", "title": "Cisco 7931" }, { "value": "Cisco Unified Personal Communicator", "title": "Cisco Unified Personal Communicator" }, { "value": "Cisco 7921", "title": "Cisco 7921" }, { "value": "Cisco 7906", "title": "Cisco 7906" }, { "value": "Third-party SIP Device (Advanced)", "title": "Third-party SIP Device (Advanced)" }, { "value": "Cisco TelePresence", "title": "Cisco TelePresence" }, { "value": "Nokia S60", "title": "Nokia S60" }, { "value": "Cisco 7962", "title": "Cisco 7962" }, { "value": "Cisco 3951", "title": "Cisco 3951" }, { "value": "Cisco 7937", "title": "Cisco 7937" }, { "value": "Cisco 7942", "title": "Cisco 7942" }, { "value": "Cisco 7945", "title": "Cisco 7945" }, { "value": "Cisco 7965", "title": "Cisco 7965" }, { "value": "Cisco 7975", "title": "Cisco 7975" }, { "value": "Cisco 3911", "title": "Cisco 3911" }, { "value": "Cisco Unified Mobile Communicator", "title": "Cisco Unified Mobile Communicator" }, { "value": "Cisco TelePresence 1000", "title": "Cisco TelePresence 1000" }, { "value": "Cisco TelePresence 3000", "title": "Cisco TelePresence 3000" }, { "value": "Cisco TelePresence 3200", "title": "Cisco TelePresence 3200" }, { "value": "Cisco TelePresence 500-37", "title": "Cisco TelePresence 500-37" }, { "value": "Cisco 7925", "title": "Cisco 7925" }, { "value": "Cisco 9971", "title": "Cisco 9971" }, { "value": "Cisco 6921", "title": "Cisco 6921" }, { "value": "Cisco 6941", "title": "Cisco 6941" }, { "value": "Cisco 6961", "title": "Cisco 6961" }, { "value": "Cisco Unified Client Services Framework", "title": "Cisco Unified Client Services Framework" }, { "value": "Cisco TelePresence 1300-65", "title": "Cisco TelePresence 1300-65" }, { "value": "Cisco TelePresence 1100", "title": "Cisco TelePresence 1100" }, { "value": "Transnova S3", "title": "Transnova S3" }, { "value": "BlackBerry MVS VoWifi", "title": "BlackBerry MVS VoWifi" }, { "value": "Cisco 9951", "title": "Cisco 9951" }, { "value": "Cisco 8961", "title": "Cisco 8961" }, { "value": "Cisco 6901", "title": "Cisco 6901" }, { "value": "Cisco 6911", "title": "Cisco 6911" }, { "value": "Cisco ATA 187", "title": "Cisco ATA 187" }, { "value": "Cisco TelePresence 200", "title": "Cisco TelePresence 200" }, { "value": "Cisco TelePresence 400", "title": "Cisco TelePresence 400" }, { "value": "Cisco Dual Mode for iPhone", "title": "Cisco Dual Mode for iPhone" }, { "value": "Cisco 6945", "title": "Cisco 6945" }, { "value": "Cisco Dual Mode for Android", "title": "Cisco Dual Mode for Android" }, { "value": "Cisco 7926", "title": "Cisco 7926" }, { "value": "Cisco E20", "title": "Cisco E20" }, { "value": "Generic Single Screen Room System", "title": "Generic Single Screen Room System" }, { "value": "Generic Multiple Screen Room System", "title": "Generic Multiple Screen Room System" }, { "value": "Cisco TelePresence EX90", "title": "Cisco TelePresence EX90" }, { "value": "Cisco 8945", "title": "Cisco 8945" }, { "value": "Cisco 8941", "title": "Cisco 8941" }, { "value": "Generic Desktop Video Endpoint", "title": "Generic Desktop Video Endpoint" }, { "value": "Cisco TelePresence 500-32", "title": "Cisco TelePresence 500-32" }, { "value": "Cisco TelePresence 1300-47", "title": "Cisco TelePresence 1300-47" }, { "value": "Cisco 3905", "title": "Cisco 3905" }, { "value": "Cisco Cius", "title": "Cisco Cius" }, { "value": "VKEM 36-Button Line Expansion Module", "title": "VKEM 36-Button Line Expansion Module" }, { "value": "Cisco TelePresence TX1310-65", "title": "Cisco TelePresence TX1310-65" }, { "value": "Cisco TelePresence MCU", "title": "Cisco TelePresence MCU" }, { "value": "Ascom IP-DECT Device", "title": "Ascom IP-DECT Device" }, { "value": "Cisco TelePresence Exchange System", "title": "Cisco TelePresence Exchange System" }, { "value": "Cisco TelePresence EX60", "title": "Cisco TelePresence EX60" }, { "value": "Cisco TelePresence Codec C90", "title": "Cisco TelePresence Codec C90" }, { "value": "Cisco TelePresence Codec C60", "title": "Cisco TelePresence Codec C60" }, { "value": "Cisco TelePresence Codec C40", "title": "Cisco TelePresence Codec C40" }, { "value": "Cisco TelePresence Quick Set C20", "title": "Cisco TelePresence Quick Set C20" }, { "value": "Cisco TelePresence Profile 42 (C20)", "title": "Cisco TelePresence Profile 42 (C20)" }, { "value": "Cisco TelePresence Profile 42 (C60)", "title": "Cisco TelePresence Profile 42 (C60)" }, { "value": "Cisco TelePresence Profile 52 (C40)", "title": "Cisco TelePresence Profile 52 (C40)" }, { "value": "Cisco TelePresence Profile 52 (C60)", "title": "Cisco TelePresence Profile 52 (C60)" }, { "value": "Cisco TelePresence Profile 52 Dual (C60)", "title": "Cisco TelePresence Profile 52 Dual (C60)" }, { "value": "Cisco TelePresence Profile 65 (C60)", "title": "Cisco TelePresence Profile 65 (C60)" }, { "value": "Cisco TelePresence Profile 65 Dual (C90)", "title": "Cisco TelePresence Profile 65 Dual (C90)" }, { "value": "Cisco TelePresence MX200", "title": "Cisco TelePresence MX200" }, { "value": "Cisco TelePresence TX9000", "title": "Cisco TelePresence TX9000" }, { "value": "Cisco TelePresence TX9200", "title": "Cisco TelePresence TX9200" }, { "value": "Cisco 7821", "title": "Cisco 7821" }, { "value": "Cisco 7841", "title": "Cisco 7841" }, { "value": "Cisco 7861", "title": "Cisco 7861" }, { "value": "Cisco TelePresence SX20", "title": "Cisco TelePresence SX20" }, { "value": "Cisco TelePresence MX300", "title": "Cisco TelePresence MX300" }, { "value": "IMS-integrated Mobile (Basic)", "title": "IMS-integrated Mobile (Basic)" }, { "value": "Third-party AS-SIP Endpoint", "title": "Third-party AS-SIP Endpoint" }, { "value": "Cisco Cius SP", "title": "Cisco Cius SP" }, { "value": "Cisco TelePresence Profile 42 (C40)", "title": "Cisco TelePresence Profile 42 (C40)" }, { "value": "Cisco VXC 6215", "title": "Cisco VXC 6215" }, { "value": "CTI Remote Device", "title": "CTI Remote Device" }, { "value": "Usage Profile", "title": "Usage Profile" }, { "value": "Carrier-integrated Mobile", "title": "Carrier-integrated Mobile" }, { "value": "Universal Device Template", "title": "Universal Device Template" }, { "value": "Cisco DX650", "title": "Cisco DX650" }, { "value": "Cisco Unified Communications for RTX", "title": "Cisco Unified Communications for RTX" }, { "value": "Cisco Jabber for Tablet", "title": "Cisco Jabber for Tablet" }, { "value": "Cisco 8831", "title": "Cisco 8831" }, { "value": "Cisco ATA 190", "title": "Cisco ATA 190" }, { "value": "Cisco TelePresence SX10", "title": "Cisco TelePresence SX10" }, { "value": "Cisco 8841", "title": "Cisco 8841" }, { "value": "Cisco 8851", "title": "Cisco 8851" }, { "value": "Cisco 8861", "title": "Cisco 8861" }, { "value": "Cisco TelePresence SX80", "title": "Cisco TelePresence SX80" }, { "value": "Cisco TelePresence MX200 G2", "title": "Cisco TelePresence MX200 G2" }, { "value": "Cisco TelePresence MX300 G2", "title": "Cisco TelePresence MX300 G2" }, { "value": "Cisco 7905", "title": "Cisco 7905" }, { "value": "Cisco 7920", "title": "Cisco 7920" }, { "value": "Cisco 7970", "title": "Cisco 7970" }, { "value": "Cisco 7912", "title": "Cisco 7912" }, { "value": "Cisco 7902", "title": "Cisco 7902" }, { "value": "Cisco IP Communicator", "title": "Cisco IP Communicator" }, { "value": "Cisco 7961", "title": "Cisco 7961" }, { "value": "Cisco 7936", "title": "Cisco 7936" }, { "value": "Analog Phone", "title": "Analog Phone" }, { "value": "ISDN BRI Phone", "title": "ISDN BRI Phone" }, { "value": "SCCP gateway virtual phone", "title": "SCCP gateway virtual phone" }, { "value": "IP-STE", "title": "IP-STE" }, { "value": "Cisco TelePresence Conductor", "title": "Cisco TelePresence Conductor" }, { "value": "Cisco DX80", "title": "Cisco DX80" }, { "value": "Cisco DX70", "title": "Cisco DX70" }, { "value": "BEKEM 36-Button Line Expansion Module", "title": "BEKEM 36-Button Line Expansion Module" }, { "value": "Cisco TelePresence MX700", "title": "Cisco TelePresence MX700" }, { "value": "Cisco TelePresence MX800", "title": "Cisco TelePresence MX800" }, { "value": "Cisco TelePresence IX5000", "title": "Cisco TelePresence IX5000" }, { "value": "Cisco 7811", "title": "Cisco 7811" }, { "value": "Cisco 8821", "title": "Cisco 8821" }, { "value": "Cisco 8811", "title": "Cisco 8811" }, { "value": "Interactive Voice Response", "title": "Interactive Voice Response" }, { "value": "Cisco 8845", "title": "Cisco 8845" }, { "value": "Cisco 8865", "title": "Cisco 8865" }, { "value": "Cisco TelePresence MX800 Dual", "title": "Cisco TelePresence MX800 Dual" }, { "value": "Cisco 8851NR", "title": "Cisco 8851NR" }, { "value": "Cisco Spark Remote Device", "title": "Cisco Spark Remote Device" }, { "value": "Cisco Webex DX80", "title": "Cisco Webex DX80" }, { "value": "Cisco TelePresence DX70", "title": "Cisco TelePresence DX70" }, { "value": "Cisco 7832", "title": "Cisco 7832" }, { "value": "Cisco 8865NR", "title": "Cisco 8865NR" }, { "value": "Cisco Meeting Server", "title": "Cisco Meeting Server" }, { "value": "Cisco Webex Room Kit", "title": "Cisco Webex Room Kit" }, { "value": "Cisco Webex Room 55", "title": "Cisco Webex Room 55" }, { "value": "Cisco Webex Room Kit Plus", "title": "Cisco Webex Room Kit Plus" }, { "value": "CP-8800-Video 28-Button Key Expansion Module", "title": "CP-8800-Video 28-Button Key Expansion Module" }, { "value": "CP-8800-Audio 28-Button Key Expansion Module", "title": "CP-8800-Audio 28-Button Key Expansion Module" }, { "value": "Cisco 8832", "title": "Cisco 8832" }, { "value": "Cisco Webex Room 70 Single", "title": "Cisco Webex Room 70 Single" }, { "value": "Cisco 8832NR", "title": "Cisco 8832NR" }, { "value": "Cisco ATA 191", "title": "Cisco ATA 191" }, { "value": "Cisco Collaboration Mobile Convergence", "title": "Cisco Collaboration Mobile Convergence" }, { "value": "Cisco Webex Room 70 Dual", "title": "Cisco Webex Room 70 Dual" }, { "value": "Cisco Webex Room Kit Pro", "title": "Cisco Webex Room Kit Pro" }, { "value": "Cisco Webex Room 55 Dual", "title": "Cisco Webex Room 55 Dual" }, { "value": "Cisco Webex Room 70 Single G2", "title": "Cisco Webex Room 70 Single G2" }, { "value": "Cisco Webex Room 70 Dual G2", "title": "Cisco Webex Room 70 Dual G2" }, { "value": "SIP Station", "title": "SIP Station" }, { "value": "Cisco Webex Room Kit Mini", "title": "Cisco Webex Room Kit Mini" }, { "value": "Cisco Webex VDI Svc Framework", "title": "Cisco Webex VDI Svc Framework" }, { "value": "Cisco Webex Board 55", "title": "Cisco Webex Board 55" }, { "value": "Cisco Webex Board 70", "title": "Cisco Webex Board 70" }, { "value": "Cisco Webex Board 85", "title": "Cisco Webex Board 85" }, { "value": "Cisco Webex Desk Pro", "title": "Cisco Webex Desk Pro" }, { "value": "Cisco Webex Room Panorama", "title": "Cisco Webex Room Panorama" }, { "value": "Cisco Webex Room 70 Panorama", "title": "Cisco Webex Room 70 Panorama" }, { "value": "Cisco Webex Room Phone", "title": "Cisco Webex Room Phone" }, { "value": "Cisco 860", "title": "Cisco 860" }, { "value": "Cisco Webex Desk LE", "title": "Cisco Webex Desk LE" } ], "maxItems": 1, "type": "string", "name": "model" }, "imeE164TransformationName": { "name": "imeE164TransformationName", "title": "Ime E164Transformation Name", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "imeE164DirectoryNumber": { "name": "imeE164DirectoryNumber", "title": "Ime E164Directory Number", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 16, "type": "string" } } }, "unit": { "title": "Unit", "minItems": 1, "required": true, "default": 0, "maxItems": 1, "type": "integer" }, "domainName": { "minItems": 0, "required": false, "type": "string", "maxItems": 1, "title": "Domain Name" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/cucm/GatewayEndpointAnalogAccess/add/ |
|
The GUI Add form of device/cucm/GatewayEndpointAnalogAccess as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/device/cucm/GatewayEndpointAnalogAccess | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/cucm/GatewayEndpointAnalogAccess/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/cucm/GatewayEndpointAnalogAccess/[pkid1]", "/api/device/cucm/GatewayEndpointAnalogAccess/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/GatewayEndpointAnalogAccess/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/GatewayEndpointAnalogAccess/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/GatewayEndpointAnalogAccess/[pkid1]", "/api/v0/device/cucm/GatewayEndpointAnalogAccess/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/cucm/GatewayEndpointAnalogAccess |
|
{"hrefs": ["/api/device/cucm/GatewayEndpointAnalogAccess/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/GatewayEndpointAnalogAccess |
|
{"hrefs": ["/api/device/cucm/GatewayEndpointAnalogAccess/[pkid1]", "/api/device/cucm/GatewayEndpointAnalogAccess/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/GatewayEndpointAnalogAccess; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/GatewayEndpointAnalogAccess/export/ |
|
{ "hrefs":["/api/device/cucm/GatewayEndpointAnalogAccess/[pkid1]", "/api/device/cucm/GatewayEndpointAnalogAccess/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/cucm/GatewayEndpointAnalogAccess and the JSON format can be used to import instances of device/cucm/GatewayEndpointAnalogAccess.
GET http://[host-proxy]/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/GatewayEndpointAnalogAccess | POST | /api/device/cucm/GatewayEndpointAnalogAccess/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/cucm/GatewayEndpointAnalogAccess/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/cucm/GatewayEndpointAnalogAccess/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/cucm/GatewayEndpointAnalogAccess/ |
|
The device/cucm/GatewayEndpointAnalogAccess schema and all instances as JSON. |
(The list will return 0 to 3 device/cucm/GatewayEndpointAnalogAccess instances)
{ "operations": [ "field_display_policy", "configuration_template", "export_bulkload_template", "move", "transform", "export", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "domainName", "maximum_limit": 2000, "skip": 0, "current": "/api/device/cucm/GatewayEndpointAnalogAccess/?skip=0&limit=3&order_by=domainName&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 0 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "14.0", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/cucm/GatewayEndpointAnalogAccess", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/GatewayEndpointAnalogAccess/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cucm/GatewayEndpointAnalogAccess", "model_specific_actions": [ "field_display_policy", "configuration_template", "help", "get", "clone", "move", "list", "update", "remove", "bulk_update_form", "add", "export", "export_bulkload_template", "vendor_config" ], "summary_attrs": [ { "name": "domainName", "title": "Domain Name" }, { "allow_filtering": true, "allow_ordering": false, "name": "endpoint.name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cucm/GatewayEndpointAnalogAccess. | GET | /api/device/cucm/GatewayEndpointAnalogAccess/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/GatewayEndpointAnalogAccess as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/GatewayEndpointAnalogAccess/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/GatewayEndpointAnalogAccess | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/cucm/GatewayEndpointAnalogAccess; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/cucm/GatewayEndpointAnalogAccess and the JSON format can be used to import instances of device/cucm/GatewayEndpointAnalogAccess.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid] | hierarchy=[hierarchy] | The device/cucm/GatewayEndpointAnalogAccess instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/GatewayEndpointAnalogAccess. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Vendor Config | POST | /api/device/cucm/GatewayEndpointAnalogAccess/[pkid]/+vendor_config | hierarchy=[hierarchy] | If payload required: |