[Index]
Model ref.: relation/UserSelfProvisioning
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": {
"profile": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Profile"
},
"name": {
"title": "Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"UDTProfile": {
"items": {
"type": "object",
"properties": {
"servicesProvisioning": {
"title": "Services Provisioning",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Internal",
"title": "Internal"
},
{
"value": "External URL",
"title": "External URL"
},
{
"value": "Both",
"title": "Both"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureInformationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Information Url"
},
"loggedIntoHuntGroup": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Logged Into Hunt Group"
},
"speeddials": {
"title": "Speeddials",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"speeddial": {
"name": "speeddial",
"title": "Speeddial",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"dirn": {
"name": "dirn",
"title": "Dirn",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"keyOrder": {
"title": "Key Order",
"minItems": 0,
"required": false,
"choices": [
{
"value": "RSA Only",
"title": "RSA Only"
},
{
"value": "EC Only",
"title": "EC Only"
},
{
"value": "EC Preferred, RSA Backup",
"title": "EC Preferred, RSA Backup"
}
],
"default": "RSA Only",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLineForVoiceMessage": {
"title": "Always Use Prime Line For Voice Message",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"devicePool": {
"target": "/api/device/cucm/DevicePool/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/DevicePool",
"title": "Device Pool",
"type": "string"
},
"mlppPreemption": {
"title": "Mlpp Preemption",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Forceful",
"title": "Forceful"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mobilityUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Mobility User Id",
"type": "string"
},
"useTrustedRelayPoint": {
"title": "Use Trusted Relay Point",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureIdleUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Idle Url"
},
"ownerUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Owner User Id",
"type": [
"string",
"null"
]
},
"aarCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Aar Calling Search Space",
"type": [
"string",
"null"
]
},
"userLocale": {
"target": "/api/device/cucm/UserLocale/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/UserLocale",
"title": "User Locale",
"type": [
"string",
"null"
]
},
"busyLampFields": {
"title": "Busy Lamp Fields",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"busyLampField": {
"name": "busyLampField",
"title": "Busy Lamp Field",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"blfDest": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dest",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string",
"name": "blfDest"
},
"associatedBlfSdFeatures": {
"name": "associatedBlfSdFeatures",
"title": "Associated Blf Sd Features",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"feature": {
"name": "feature",
"title": "Feature",
"minItems": 0,
"items": {
"type": "string",
"choices": [
{
"value": "Pickup",
"title": "Pickup"
}
]
},
"required": false,
"type": "array"
}
}
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"routePartition": {
"name": "routePartition",
"title": "Route Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"blfDirn": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dirn",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string",
"name": "blfDirn"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceMobilityMode": {
"title": "Device Mobility Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"commonPhoneProfile": {
"target": "/api/device/cucm/CommonPhoneConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonPhoneConfig",
"title": "Common Phone Profile",
"type": "string"
},
"outboundCallRollover": {
"title": "Outbound Call Rollover",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Rollover",
"title": "No Rollover"
},
{
"value": "Rollover Within Same DN",
"title": "Rollover Within Same DN"
},
{
"value": "Rollover to any line",
"title": "Rollover to any line"
}
],
"default": "No Rollover",
"maxItems": 1,
"type": "string"
},
"requiredDtmfReception": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Required Dtmf Reception"
},
"geoLocation": {
"target": "/api/device/cucm/GeoLocation/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/GeoLocation",
"title": "Geo Location",
"type": [
"string",
"null"
]
},
"name": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Name"
},
"retryVideoCallAsAudio": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Retry Video Call As Audio"
},
"authenticationMode": {
"title": "Authentication Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "By Authentication String",
"title": "By Authentication String"
},
{
"value": "By Null String",
"title": "By Null String"
},
{
"value": "By Existing Certificate (precedence to LSC)",
"title": "By Existing Certificate (precedence to LSC)"
},
{
"value": "By Existing Certificate (precedence to MIC)",
"title": "By Existing Certificate (precedence to MIC)"
}
],
"default": "By Null String",
"maxItems": 1,
"type": "string"
},
"userHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "User Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"builtInBridge": {
"title": "Built In Bridge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"aarGroup": {
"target": "/api/device/cucm/AarGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/AarGroup",
"title": "Aar Group",
"type": [
"string",
"null"
]
},
"protectedDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Protected Device"
},
"callingPartyTransformationCSSForOutboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Outbound Calls",
"type": [
"string",
"null"
]
},
"keySize": {
"title": "Key Size",
"minItems": 1,
"required": true,
"choices": [
{
"value": "512",
"title": "512"
},
{
"value": "1024",
"title": "1024"
},
{
"value": "2048",
"title": "2048"
},
{
"value": "3072",
"title": "3072"
},
{
"value": "4096",
"title": "4096"
}
],
"default": "2048",
"maxItems": 1,
"type": "string"
},
"authenticationString": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication String"
},
"requireOffPremiseLocation": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Require Off Premise Location"
},
"useDevicePoolCallingPartyTransformationCSSforInboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Inbound Calls"
},
"subscribeCallingSearchSpaceName": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Subscribe Calling Search Space Name",
"type": [
"string",
"null"
]
},
"secureDirUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Dir Url"
},
"rfc2833Disabled": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Rfc2833Disabled"
},
"hotlineDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Hotline Device"
},
"mtpPreferredOriginatingCodec": {
"title": "Mtp Preferred Originating Codec",
"minItems": 1,
"required": true,
"choices": [
{
"value": "711ulaw",
"title": "711ulaw"
},
{
"value": "711alaw",
"title": "711alaw"
},
{
"value": "G729/G729a",
"title": "G729/G729a"
},
{
"value": "G729b/G729ab",
"title": "G729b/G729ab"
}
],
"default": "711ulaw",
"maxItems": 1,
"type": "string"
},
"sipDialRules": {
"target": "/api/device/cucm/SipDialRules/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipDialRules",
"title": "Sip Dial Rules",
"type": [
"string",
"null"
]
},
"messages": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Messages"
},
"secureMessagesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Messages Url"
},
"networkHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "Network Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"blfPresenceGroup": {
"target": "/api/device/cucm/PresenceGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PresenceGroup",
"title": "Blf Presence Group",
"type": "string"
},
"secureShellPassword": {
"is_password": true,
"title": "Secure Shell Password",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"dndIncomingCallAlert": {
"title": "Dnd Incoming Call 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"
}
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"sipProfile": {
"target": "/api/device/cucm/SipProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipProfile",
"title": "Sip Profile",
"type": [
"string",
"null"
]
},
"services": {
"title": "Services",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"service": {
"name": "service",
"title": "Service",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"name": {
"name": "name",
"title": "Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 100,
"type": "string"
},
"url": {
"name": "url",
"title": "Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"serviceNameAscii": {
"name": "serviceNameAscii",
"title": "Service Name Ascii",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"urlButtonIndex": {
"name": "urlButtonIndex",
"title": "Url Button Index",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": "integer"
},
"telecasterServiceName": {
"name": "telecasterServiceName",
"title": "Telecaster Service Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"urlLabel": {
"name": "urlLabel",
"title": "Url Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceSecurityProfile": {
"target": "/api/device/cucm/PhoneSecurityProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PhoneSecurityProfile",
"title": "Device Security Profile",
"type": [
"string",
"null"
]
},
"privacy": {
"title": "Privacy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"singleButtonBarge": {
"title": "Single Button Barge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "Barge",
"title": "Barge"
},
{
"value": "CBarge",
"title": "CBarge"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mlppIndication": {
"title": "Mlpp Indication",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Off",
"maxItems": 1,
"type": "string"
},
"enableExtensionMobility": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Enable Extension Mobility"
},
"softkeyTemplate": {
"target": "/api/device/cucm/SoftKeyTemplate/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SoftKeyTemplate",
"title": "Softkey Template",
"type": [
"string",
"null"
]
},
"mlppDomain": {
"target": "/api/device/cucm/MlppDomain/choices/?field=domainName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "domainName",
"maxItems": 1,
"target_model_type": "device/cucm/MlppDomain",
"title": "Mlpp Domain",
"type": "string"
},
"location": {
"target": "/api/device/cucm/Location/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Location",
"title": "Location",
"type": "string"
},
"callingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Search Space",
"type": [
"string",
"null"
]
},
"proxyServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Proxy Server"
},
"allowControlOfDeviceFromCti": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Allow Control Of Device From Cti"
},
"joinAcrossLines": {
"title": "Join Across Lines",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"phonePersonalization": {
"title": "Phone Personalization",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Enabled",
"title": "Enabled"
},
{
"value": "HTTPS Only",
"title": "HTTPS Only"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"networkLocale": {
"target": "/api/device/cucm/Country/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Country",
"title": "Network Locale",
"type": [
"string",
"null"
]
},
"secureAuthenticationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Authentication Url"
},
"unattendedPort": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Unattended Port"
},
"idle": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Idle"
},
"secureShellUser": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Shell User"
},
"mediaTerminationPointRequired": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Media Termination Point Required"
},
"useDevicePoolCallingPartyTransformationCSSforOutboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Outbound Calls"
},
"ecKeySize": {
"title": "Ec Key Size",
"minItems": 0,
"required": false,
"choices": [
{
"value": "256",
"title": "256"
},
{
"value": "384",
"title": "384"
},
{
"value": "521",
"title": "521"
}
],
"maxItems": 1,
"type": "string"
},
"phoneButtonTemplate": {
"title": "Phone Button Template",
"minItems": 1,
"required": true,
"choices": [
[
"Universal Device Template Button Layout",
"Universal Device Template Button Layout"
]
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"blfAudibleAlertSettingPhoneIdle": {
"title": "Blf Audible Alert Setting Phone Idle",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLine": {
"title": "Always Use Prime Line",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfAudibleAlertSettingPhoneBusy": {
"title": "Blf Audible Alert Setting Phone Busy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfDirectedCallParks": {
"title": "Blf Directed Call Parks",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"blfDirectedCallPark": {
"name": "blfDirectedCallPark",
"title": "Blf Directed Call Park",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"directedCallParkDnAndPartition": {
"name": "directedCallParkDnAndPartition",
"title": "Directed Call Park Dn And Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"routePartitionName": {
"name": "routePartitionName",
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": "string",
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"dnPattern": {
"name": "dnPattern",
"title": "Dn Pattern",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
}
}
},
"directedCallParkId": {
"description": "Only the uuid attribute is read",
"title": "Directed Call Park Id",
"minItems": 0,
"pattern": "\\{........-....-....-....-............\\}",
"required": false,
"maxItems": 1,
"type": "string",
"name": "directedCallParkId"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"information": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Information"
},
"commonDeviceConfiguration": {
"target": "/api/device/cucm/CommonDeviceConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonDeviceConfig",
"title": "Common Device Configuration",
"type": [
"string",
"null"
]
},
"packetCaptureDuration": {
"title": "Packet Capture Duration",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": [
"integer",
"null"
]
},
"servicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Services Url"
},
"featureControlPolicy": {
"target": "/api/device/cucm/FeatureControlPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/FeatureControlPolicy",
"title": "Feature Control Policy",
"type": [
"string",
"null"
]
},
"mediaResourceGroupList": {
"target": "/api/device/cucm/MediaResourceList/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/MediaResourceList",
"title": "Media Resource Group List",
"type": [
"string",
"null"
]
},
"idleTimer": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Idle Timer"
},
"packetCaptureMode": {
"title": "Packet Capture Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "None",
"title": "None"
},
{
"value": "Batch Processing Mode",
"title": "Batch Processing Mode"
}
],
"default": "None",
"maxItems": 1,
"type": "string"
},
"deviceDescription": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Device Description"
},
"doNotDisturb": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Do Not Disturb"
},
"ignorePresentationIndicators": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Ignore Presentation Indicators"
},
"secureServicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Services Url"
},
"certificateOperation": {
"title": "Certificate Operation",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Pending Operation",
"title": "No Pending Operation"
},
{
"value": "Install/Upgrade",
"title": "Install/Upgrade"
},
{
"value": "Delete",
"title": "Delete"
},
{
"value": "Troubleshoot",
"title": "Troubleshoot"
}
],
"default": "No Pending Operation",
"maxItems": 1,
"type": "string"
},
"dndOption": {
"title": "Dnd Option",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Ringer Off",
"title": "Ringer Off"
},
{
"value": "Call Reject",
"title": "Call Reject"
},
{
"value": "Use Common Phone Profile Setting",
"title": "Use Common Phone Profile Setting"
}
],
"default": "Ringer Off",
"maxItems": 1,
"type": "string"
},
"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.",
"title": "Line",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"maxNumCalls": {
"name": "maxNumCalls",
"title": "Max Num Calls",
"minItems": 0,
"required": false,
"default": 2,
"maxItems": 1,
"type": "integer"
},
"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"
},
"display": {
"name": "display",
"title": "Display",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"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"
},
"busyTrigger": {
"name": "busyTrigger",
"title": "Busy Trigger",
"minItems": 0,
"required": false,
"default": 1,
"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"
},
"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"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"e164Mask": {
"name": "e164Mask",
"title": "E164Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": [
"string",
"null"
]
},
"recordingProfileName": {
"name": "recordingProfileName",
"title": "Recording Profile Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"missedCallLogging": {
"name": "missedCallLogging",
"title": "Missed Call Logging",
"minItems": 0,
"required": false,
"default": true,
"maxItems": 1,
"type": "boolean"
},
"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"
},
"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"
},
"callerNumber": {
"name": "callerNumber",
"title": "Caller 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"
}
}
},
"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"
},
"monitoringCssName": {
"name": "monitoringCssName",
"title": "Monitoring Css Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"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"
},
"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,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": [
"string",
"null"
],
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
},
"name": "dirn"
}
}
},
"required": false,
"type": "array",
"name": "line"
},
"lineIdentifier": {
"description": "The lineIdentifier is a shorthand method that refers to a particular directory number.",
"title": "Line Identifier",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"directoryNumber": {
"name": "directoryNumber",
"title": "Directory Number",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"routePartitionName": {
"name": "routePartitionName",
"title": "Route Partition Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 50,
"type": [
"string",
"null"
]
}
}
},
"required": false,
"type": "array",
"name": "lineIdentifier"
}
}
},
"reroutingCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Rerouting Calling Search Space",
"type": [
"string",
"null"
]
},
"remoteDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Remote Device"
},
"directory": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Directory"
},
"authenticationServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication Server"
},
"callingPartyTransformationCSSForInboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Inbound Calls",
"type": [
"string",
"null"
]
}
}
},
"type": "array",
"maxItems": 1,
"title": "Udt Profile"
},
"allowProvision": {
"title": "Allow Provision",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"allowProvisionEMMaxLoginTime": {
"title": "Allow Provision EM Max Login Time",
"minItems": 0,
"required": false,
"default": false,
"maxItems": 1,
"type": "boolean"
},
"universalLineTemplate": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Universal Line Template"
},
"defaultUserProfile": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Default User Profile"
},
"limitProvision": {
"title": "Limit Provision",
"minItems": 0,
"required": false,
"default": 10,
"maxItems": 1,
"type": "integer"
},
"mobileDevices": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Mobile Devices"
},
"mraPolicy_Desktop": {
"title": "Mra Policy_Desktop",
"minItems": 0,
"required": false,
"choices": [
{
"value": "No Service",
"title": "No Service"
},
{
"value": "IM & Presence only",
"title": "IM & Presence only"
},
{
"value": "IM & Presence, Voice and Video calls",
"title": "IM & Presence, Voice and Video calls"
}
],
"default": "IM & Presence, Voice and Video calls",
"maxItems": 1,
"type": "string"
},
"ULT": {
"items": {
"type": "object",
"properties": {
"mlppNoAnsRingDuration": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Mlpp No Ans Ring Duration"
},
"noCoverageIntCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "No Coverage Int Calls Destination"
},
"blfPresenceGroup": {
"target": "/api/device/cucm/PresenceGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PresenceGroup",
"title": "Blf Presence Group",
"type": "string"
},
"partyEntranceTone": {
"title": "Party Entrance Tone",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"aarGroup": {
"target": "/api/device/cucm/AarGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/AarGroup",
"title": "Aar Group",
"type": [
"string",
"null"
]
},
"voiceMailProfile": {
"target": "/api/device/cucm/VoiceMailProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/VoiceMailProfile",
"title": "Voice Mail Profile",
"type": [
"string",
"null"
]
},
"busyExtCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Busy Ext Calls Css",
"type": [
"string",
"null"
]
},
"unregisteredExtCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Unregistered Ext Calls Destination"
},
"autoAnswer": {
"title": "Auto Answer",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Auto Answer Off",
"title": "Auto Answer Off"
},
{
"value": "Auto Answer with Headset",
"title": "Auto Answer with Headset"
},
{
"value": "Auto Answer with Speakerphone",
"title": "Auto Answer with Speakerphone"
}
],
"default": "Auto Answer Off",
"maxItems": 1,
"type": "string"
},
"mlppCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Mlpp Css",
"type": [
"string",
"null"
]
},
"busyIntCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Busy Int Calls Css",
"type": [
"string",
"null"
]
},
"e164AltNum": {
"title": "E164Alt Num",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"member": {
"name": "member",
"title": "Member",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"isUrgent": {
"name": "isUrgent",
"title": "Is Urgent",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"advertiseGloballyIls": {
"name": "advertiseGloballyIls",
"title": "Advertise Globally Ils",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"addToLocalRoutePartition": {
"name": "addToLocalRoutePartition",
"title": "Add To Local Route Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"routePartition": {
"name": "routePartition",
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition",
"type": [
"string",
"null"
],
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"numberMask": {
"name": "numberMask",
"title": "Number Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
}
}
}
}
},
"ctiFailureCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Cti Failure Css",
"type": [
"string",
"null"
]
},
"ctiFailureDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Cti Failure Destination"
},
"rejectAnonymousCall": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Reject Anonymous Call"
},
"noCoverageExtCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "No Coverage Ext Calls Css",
"type": [
"string",
"null"
]
},
"busyIntCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Busy Int Calls Destination"
},
"aarDestinationMask": {
"title": "Aar Destination Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 128,
"type": [
"string",
"null"
]
},
"fwdDestExtCallsWhenNotRetrieved": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Fwd Dest Ext Calls When Not Retrieved"
},
"noCoverageIntCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "No Coverage Int Calls Css",
"type": [
"string",
"null"
]
},
"CssActivationPolicy": {
"title": "Css Activation Policy",
"minItems": 0,
"required": false,
"choices": [
{
"value": "Use System Default",
"title": "Use System Default"
},
{
"value": "With Configured CSS",
"title": "With Configured CSS"
},
{
"value": "With Activating Device/Line CSS",
"title": "With Activating Device/Line CSS"
}
],
"default": "Use System Default",
"maxItems": 1,
"type": "string"
},
"noAnsIntCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "No Ans Int Calls Css",
"type": [
"string",
"null"
]
},
"routePartition": {
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition",
"type": [
"string",
"null"
]
},
"retainDestInCallFwdHistory": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Retain Dest In Call Fwd History"
},
"callPickupGroup": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Call Pickup Group"
},
"unregisteredIntCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Unregistered Int Calls Destination"
},
"advertisedFailoverNumber": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Advertised Failover Number"
},
"alertingName": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Alerting Name"
},
"cssFwdInternalCallsWhenNotRetrieved": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Css Fwd Internal Calls When Not Retrieved",
"type": [
"string",
"null"
]
},
"busyExtCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Busy Ext Calls Destination"
},
"enterpriseAltNum": {
"title": "Enterprise Alt Num",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"member": {
"name": "member",
"title": "Member",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"isUrgent": {
"name": "isUrgent",
"title": "Is Urgent",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"advertiseGloballyIls": {
"name": "advertiseGloballyIls",
"title": "Advertise Globally Ils",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"addToLocalRoutePartition": {
"name": "addToLocalRoutePartition",
"title": "Add To Local Route Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "boolean"
},
"routePartition": {
"name": "routePartition",
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition",
"type": [
"string",
"null"
],
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"numberMask": {
"name": "numberMask",
"title": "Number Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
}
}
}
}
},
"noAnsExtCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "No Ans Ext Calls Css",
"type": [
"string",
"null"
]
},
"parkMonitorReversionTime": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Park Monitor Reversion Time"
},
"cssFwdExtCallsWhenNotRetrieved": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Css Fwd Ext Calls When Not Retrieved",
"type": [
"string",
"null"
]
},
"callingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Search Space",
"type": [
"string",
"null"
]
},
"callControlAgentProfile": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Call Control Agent Profile"
},
"noAnswerRingDuration": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "No Answer Ring Duration"
},
"extCallControlProfile": {
"target": "/api/device/cucm/CallControlProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CallControlProfile",
"title": "Ext Call Control Profile",
"type": [
"string",
"null"
]
},
"fwdDestInternalCallsWhenNotRetrieved": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Fwd Dest Internal Calls When Not Retrieved"
},
"holdReversionNotificationInterval": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Hold Reversion Notification Interval"
},
"noCoverageExtCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "No Coverage Ext Calls Destination"
},
"unregisteredExtCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Unregistered Ext Calls Css",
"type": [
"string",
"null"
]
},
"lineDescription": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Line Description"
},
"forwardDestAllCalls": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Forward Dest All Calls"
},
"holdReversionRingDuration": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Hold Reversion Ring Duration"
},
"noAnsExtCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "No Ans Ext Calls Destination"
},
"name": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Name"
},
"secondaryCssForwardingAllCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Secondary Css Forwarding All Calls",
"type": [
"string",
"null"
]
},
"userHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "User Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"primaryCssForwardingAllCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Primary Css Forwarding All Calls",
"type": [
"string",
"null"
]
},
"networkHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "Network Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"noAnsIntCallsDestination": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "No Ans Int Calls Destination"
},
"target": {
"minItems": 0,
"required": false,
"type": [
"string",
"null"
],
"maxItems": 1,
"title": "Target"
},
"unregisteredIntCallsCss": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Unregistered Int Calls Css",
"type": [
"string",
"null"
]
},
"urgentPriority": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Urgent Priority"
}
}
},
"type": "array",
"maxItems": 1,
"title": "Ult"
},
"UDTMobileDevice": {
"items": {
"type": "object",
"properties": {
"servicesProvisioning": {
"title": "Services Provisioning",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Internal",
"title": "Internal"
},
{
"value": "External URL",
"title": "External URL"
},
{
"value": "Both",
"title": "Both"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureInformationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Information Url"
},
"loggedIntoHuntGroup": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Logged Into Hunt Group"
},
"speeddials": {
"title": "Speeddials",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"speeddial": {
"name": "speeddial",
"title": "Speeddial",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"dirn": {
"name": "dirn",
"title": "Dirn",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"keyOrder": {
"title": "Key Order",
"minItems": 0,
"required": false,
"choices": [
{
"value": "RSA Only",
"title": "RSA Only"
},
{
"value": "EC Only",
"title": "EC Only"
},
{
"value": "EC Preferred, RSA Backup",
"title": "EC Preferred, RSA Backup"
}
],
"default": "RSA Only",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLineForVoiceMessage": {
"title": "Always Use Prime Line For Voice Message",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"devicePool": {
"target": "/api/device/cucm/DevicePool/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/DevicePool",
"title": "Device Pool",
"type": "string"
},
"mlppPreemption": {
"title": "Mlpp Preemption",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Forceful",
"title": "Forceful"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mobilityUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Mobility User Id",
"type": "string"
},
"useTrustedRelayPoint": {
"title": "Use Trusted Relay Point",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureIdleUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Idle Url"
},
"ownerUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Owner User Id",
"type": [
"string",
"null"
]
},
"aarCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Aar Calling Search Space",
"type": [
"string",
"null"
]
},
"userLocale": {
"target": "/api/device/cucm/UserLocale/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/UserLocale",
"title": "User Locale",
"type": [
"string",
"null"
]
},
"busyLampFields": {
"title": "Busy Lamp Fields",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"busyLampField": {
"name": "busyLampField",
"title": "Busy Lamp Field",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"blfDest": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dest",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string",
"name": "blfDest"
},
"associatedBlfSdFeatures": {
"name": "associatedBlfSdFeatures",
"title": "Associated Blf Sd Features",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"feature": {
"name": "feature",
"title": "Feature",
"minItems": 0,
"items": {
"type": "string",
"choices": [
{
"value": "Pickup",
"title": "Pickup"
}
]
},
"required": false,
"type": "array"
}
}
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"routePartition": {
"name": "routePartition",
"title": "Route Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"blfDirn": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dirn",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string",
"name": "blfDirn"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceMobilityMode": {
"title": "Device Mobility Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"commonPhoneProfile": {
"target": "/api/device/cucm/CommonPhoneConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonPhoneConfig",
"title": "Common Phone Profile",
"type": "string"
},
"outboundCallRollover": {
"title": "Outbound Call Rollover",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Rollover",
"title": "No Rollover"
},
{
"value": "Rollover Within Same DN",
"title": "Rollover Within Same DN"
},
{
"value": "Rollover to any line",
"title": "Rollover to any line"
}
],
"default": "No Rollover",
"maxItems": 1,
"type": "string"
},
"requiredDtmfReception": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Required Dtmf Reception"
},
"geoLocation": {
"target": "/api/device/cucm/GeoLocation/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/GeoLocation",
"title": "Geo Location",
"type": [
"string",
"null"
]
},
"name": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Name"
},
"retryVideoCallAsAudio": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Retry Video Call As Audio"
},
"authenticationMode": {
"title": "Authentication Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "By Authentication String",
"title": "By Authentication String"
},
{
"value": "By Null String",
"title": "By Null String"
},
{
"value": "By Existing Certificate (precedence to LSC)",
"title": "By Existing Certificate (precedence to LSC)"
},
{
"value": "By Existing Certificate (precedence to MIC)",
"title": "By Existing Certificate (precedence to MIC)"
}
],
"default": "By Null String",
"maxItems": 1,
"type": "string"
},
"userHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "User Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"builtInBridge": {
"title": "Built In Bridge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"aarGroup": {
"target": "/api/device/cucm/AarGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/AarGroup",
"title": "Aar Group",
"type": [
"string",
"null"
]
},
"protectedDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Protected Device"
},
"callingPartyTransformationCSSForOutboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Outbound Calls",
"type": [
"string",
"null"
]
},
"keySize": {
"title": "Key Size",
"minItems": 1,
"required": true,
"choices": [
{
"value": "512",
"title": "512"
},
{
"value": "1024",
"title": "1024"
},
{
"value": "2048",
"title": "2048"
},
{
"value": "3072",
"title": "3072"
},
{
"value": "4096",
"title": "4096"
}
],
"default": "2048",
"maxItems": 1,
"type": "string"
},
"authenticationString": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication String"
},
"requireOffPremiseLocation": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Require Off Premise Location"
},
"useDevicePoolCallingPartyTransformationCSSforInboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Inbound Calls"
},
"subscribeCallingSearchSpaceName": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Subscribe Calling Search Space Name",
"type": [
"string",
"null"
]
},
"secureDirUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Dir Url"
},
"rfc2833Disabled": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Rfc2833Disabled"
},
"hotlineDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Hotline Device"
},
"mtpPreferredOriginatingCodec": {
"title": "Mtp Preferred Originating Codec",
"minItems": 1,
"required": true,
"choices": [
{
"value": "711ulaw",
"title": "711ulaw"
},
{
"value": "711alaw",
"title": "711alaw"
},
{
"value": "G729/G729a",
"title": "G729/G729a"
},
{
"value": "G729b/G729ab",
"title": "G729b/G729ab"
}
],
"default": "711ulaw",
"maxItems": 1,
"type": "string"
},
"sipDialRules": {
"target": "/api/device/cucm/SipDialRules/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipDialRules",
"title": "Sip Dial Rules",
"type": [
"string",
"null"
]
},
"messages": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Messages"
},
"secureMessagesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Messages Url"
},
"networkHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "Network Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"blfPresenceGroup": {
"target": "/api/device/cucm/PresenceGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PresenceGroup",
"title": "Blf Presence Group",
"type": "string"
},
"secureShellPassword": {
"is_password": true,
"title": "Secure Shell Password",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"dndIncomingCallAlert": {
"title": "Dnd Incoming Call 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"
}
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"sipProfile": {
"target": "/api/device/cucm/SipProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipProfile",
"title": "Sip Profile",
"type": [
"string",
"null"
]
},
"services": {
"title": "Services",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"service": {
"name": "service",
"title": "Service",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"name": {
"name": "name",
"title": "Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 100,
"type": "string"
},
"url": {
"name": "url",
"title": "Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"serviceNameAscii": {
"name": "serviceNameAscii",
"title": "Service Name Ascii",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"urlButtonIndex": {
"name": "urlButtonIndex",
"title": "Url Button Index",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": "integer"
},
"telecasterServiceName": {
"name": "telecasterServiceName",
"title": "Telecaster Service Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"urlLabel": {
"name": "urlLabel",
"title": "Url Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceSecurityProfile": {
"target": "/api/device/cucm/PhoneSecurityProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PhoneSecurityProfile",
"title": "Device Security Profile",
"type": [
"string",
"null"
]
},
"privacy": {
"title": "Privacy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"singleButtonBarge": {
"title": "Single Button Barge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "Barge",
"title": "Barge"
},
{
"value": "CBarge",
"title": "CBarge"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mlppIndication": {
"title": "Mlpp Indication",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Off",
"maxItems": 1,
"type": "string"
},
"enableExtensionMobility": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Enable Extension Mobility"
},
"softkeyTemplate": {
"target": "/api/device/cucm/SoftKeyTemplate/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SoftKeyTemplate",
"title": "Softkey Template",
"type": [
"string",
"null"
]
},
"mlppDomain": {
"target": "/api/device/cucm/MlppDomain/choices/?field=domainName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "domainName",
"maxItems": 1,
"target_model_type": "device/cucm/MlppDomain",
"title": "Mlpp Domain",
"type": "string"
},
"location": {
"target": "/api/device/cucm/Location/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Location",
"title": "Location",
"type": "string"
},
"callingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Search Space",
"type": [
"string",
"null"
]
},
"proxyServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Proxy Server"
},
"allowControlOfDeviceFromCti": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Allow Control Of Device From Cti"
},
"joinAcrossLines": {
"title": "Join Across Lines",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"phonePersonalization": {
"title": "Phone Personalization",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Enabled",
"title": "Enabled"
},
{
"value": "HTTPS Only",
"title": "HTTPS Only"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"networkLocale": {
"target": "/api/device/cucm/Country/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Country",
"title": "Network Locale",
"type": [
"string",
"null"
]
},
"secureAuthenticationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Authentication Url"
},
"unattendedPort": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Unattended Port"
},
"idle": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Idle"
},
"secureShellUser": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Shell User"
},
"mediaTerminationPointRequired": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Media Termination Point Required"
},
"useDevicePoolCallingPartyTransformationCSSforOutboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Outbound Calls"
},
"ecKeySize": {
"title": "Ec Key Size",
"minItems": 0,
"required": false,
"choices": [
{
"value": "256",
"title": "256"
},
{
"value": "384",
"title": "384"
},
{
"value": "521",
"title": "521"
}
],
"maxItems": 1,
"type": "string"
},
"phoneButtonTemplate": {
"title": "Phone Button Template",
"minItems": 1,
"required": true,
"choices": [
[
"Universal Device Template Button Layout",
"Universal Device Template Button Layout"
]
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"blfAudibleAlertSettingPhoneIdle": {
"title": "Blf Audible Alert Setting Phone Idle",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLine": {
"title": "Always Use Prime Line",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfAudibleAlertSettingPhoneBusy": {
"title": "Blf Audible Alert Setting Phone Busy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfDirectedCallParks": {
"title": "Blf Directed Call Parks",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"blfDirectedCallPark": {
"name": "blfDirectedCallPark",
"title": "Blf Directed Call Park",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"directedCallParkDnAndPartition": {
"name": "directedCallParkDnAndPartition",
"title": "Directed Call Park Dn And Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"routePartitionName": {
"name": "routePartitionName",
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": "string",
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"dnPattern": {
"name": "dnPattern",
"title": "Dn Pattern",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
}
}
},
"directedCallParkId": {
"description": "Only the uuid attribute is read",
"title": "Directed Call Park Id",
"minItems": 0,
"pattern": "\\{........-....-....-....-............\\}",
"required": false,
"maxItems": 1,
"type": "string",
"name": "directedCallParkId"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"information": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Information"
},
"commonDeviceConfiguration": {
"target": "/api/device/cucm/CommonDeviceConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonDeviceConfig",
"title": "Common Device Configuration",
"type": [
"string",
"null"
]
},
"packetCaptureDuration": {
"title": "Packet Capture Duration",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": [
"integer",
"null"
]
},
"servicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Services Url"
},
"featureControlPolicy": {
"target": "/api/device/cucm/FeatureControlPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/FeatureControlPolicy",
"title": "Feature Control Policy",
"type": [
"string",
"null"
]
},
"mediaResourceGroupList": {
"target": "/api/device/cucm/MediaResourceList/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/MediaResourceList",
"title": "Media Resource Group List",
"type": [
"string",
"null"
]
},
"idleTimer": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Idle Timer"
},
"packetCaptureMode": {
"title": "Packet Capture Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "None",
"title": "None"
},
{
"value": "Batch Processing Mode",
"title": "Batch Processing Mode"
}
],
"default": "None",
"maxItems": 1,
"type": "string"
},
"deviceDescription": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Device Description"
},
"doNotDisturb": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Do Not Disturb"
},
"ignorePresentationIndicators": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Ignore Presentation Indicators"
},
"secureServicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Services Url"
},
"certificateOperation": {
"title": "Certificate Operation",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Pending Operation",
"title": "No Pending Operation"
},
{
"value": "Install/Upgrade",
"title": "Install/Upgrade"
},
{
"value": "Delete",
"title": "Delete"
},
{
"value": "Troubleshoot",
"title": "Troubleshoot"
}
],
"default": "No Pending Operation",
"maxItems": 1,
"type": "string"
},
"dndOption": {
"title": "Dnd Option",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Ringer Off",
"title": "Ringer Off"
},
{
"value": "Call Reject",
"title": "Call Reject"
},
{
"value": "Use Common Phone Profile Setting",
"title": "Use Common Phone Profile Setting"
}
],
"default": "Ringer Off",
"maxItems": 1,
"type": "string"
},
"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.",
"title": "Line",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"maxNumCalls": {
"name": "maxNumCalls",
"title": "Max Num Calls",
"minItems": 0,
"required": false,
"default": 2,
"maxItems": 1,
"type": "integer"
},
"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"
},
"display": {
"name": "display",
"title": "Display",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"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"
},
"busyTrigger": {
"name": "busyTrigger",
"title": "Busy Trigger",
"minItems": 0,
"required": false,
"default": 1,
"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"
},
"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"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"e164Mask": {
"name": "e164Mask",
"title": "E164Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": [
"string",
"null"
]
},
"recordingProfileName": {
"name": "recordingProfileName",
"title": "Recording Profile Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"missedCallLogging": {
"name": "missedCallLogging",
"title": "Missed Call Logging",
"minItems": 0,
"required": false,
"default": true,
"maxItems": 1,
"type": "boolean"
},
"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"
},
"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"
},
"callerNumber": {
"name": "callerNumber",
"title": "Caller 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"
}
}
},
"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"
},
"monitoringCssName": {
"name": "monitoringCssName",
"title": "Monitoring Css Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"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"
},
"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,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": [
"string",
"null"
],
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
},
"name": "dirn"
}
}
},
"required": false,
"type": "array",
"name": "line"
},
"lineIdentifier": {
"description": "The lineIdentifier is a shorthand method that refers to a particular directory number.",
"title": "Line Identifier",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"directoryNumber": {
"name": "directoryNumber",
"title": "Directory Number",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"routePartitionName": {
"name": "routePartitionName",
"title": "Route Partition Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 50,
"type": [
"string",
"null"
]
}
}
},
"required": false,
"type": "array",
"name": "lineIdentifier"
}
}
},
"reroutingCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Rerouting Calling Search Space",
"type": [
"string",
"null"
]
},
"remoteDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Remote Device"
},
"directory": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Directory"
},
"authenticationServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication Server"
},
"callingPartyTransformationCSSForInboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Inbound Calls",
"type": [
"string",
"null"
]
}
}
},
"type": "array",
"maxItems": 1,
"title": "Udt Mobile Device"
},
"UDTPhone": {
"items": {
"type": "object",
"properties": {
"servicesProvisioning": {
"title": "Services Provisioning",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Internal",
"title": "Internal"
},
{
"value": "External URL",
"title": "External URL"
},
{
"value": "Both",
"title": "Both"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureInformationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Information Url"
},
"loggedIntoHuntGroup": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Logged Into Hunt Group"
},
"speeddials": {
"title": "Speeddials",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"speeddial": {
"name": "speeddial",
"title": "Speeddial",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"dirn": {
"name": "dirn",
"title": "Dirn",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"keyOrder": {
"title": "Key Order",
"minItems": 0,
"required": false,
"choices": [
{
"value": "RSA Only",
"title": "RSA Only"
},
{
"value": "EC Only",
"title": "EC Only"
},
{
"value": "EC Preferred, RSA Backup",
"title": "EC Preferred, RSA Backup"
}
],
"default": "RSA Only",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLineForVoiceMessage": {
"title": "Always Use Prime Line For Voice Message",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"devicePool": {
"target": "/api/device/cucm/DevicePool/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/DevicePool",
"title": "Device Pool",
"type": "string"
},
"mlppPreemption": {
"title": "Mlpp Preemption",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Forceful",
"title": "Forceful"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mobilityUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Mobility User Id",
"type": "string"
},
"useTrustedRelayPoint": {
"title": "Use Trusted Relay Point",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"secureIdleUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Idle Url"
},
"ownerUserId": {
"target": "/api/device/cucm/User/choices/?field=userid&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "userid",
"maxItems": 1,
"target_model_type": "device/cucm/User",
"title": "Owner User Id",
"type": [
"string",
"null"
]
},
"aarCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Aar Calling Search Space",
"type": [
"string",
"null"
]
},
"userLocale": {
"target": "/api/device/cucm/UserLocale/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/UserLocale",
"title": "User Locale",
"type": [
"string",
"null"
]
},
"busyLampFields": {
"title": "Busy Lamp Fields",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"busyLampField": {
"name": "busyLampField",
"title": "Busy Lamp Field",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"blfDest": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dest",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string",
"name": "blfDest"
},
"associatedBlfSdFeatures": {
"name": "associatedBlfSdFeatures",
"title": "Associated Blf Sd Features",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"feature": {
"name": "feature",
"title": "Feature",
"minItems": 0,
"items": {
"type": "string",
"choices": [
{
"value": "Pickup",
"title": "Pickup"
}
]
},
"required": false,
"type": "array"
}
}
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"routePartition": {
"name": "routePartition",
"title": "Route Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"blfDirn": {
"description": "Either blfDest or the combination of blfDirn and routePartition is to be mentioned in the add/update request, if both are mentioned AXL will read only the blfDest tag and ignore blfDirn and routePartition.",
"title": "Blf Dirn",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string",
"name": "blfDirn"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceMobilityMode": {
"title": "Device Mobility Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"commonPhoneProfile": {
"target": "/api/device/cucm/CommonPhoneConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonPhoneConfig",
"title": "Common Phone Profile",
"type": "string"
},
"outboundCallRollover": {
"title": "Outbound Call Rollover",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Rollover",
"title": "No Rollover"
},
{
"value": "Rollover Within Same DN",
"title": "Rollover Within Same DN"
},
{
"value": "Rollover to any line",
"title": "Rollover to any line"
}
],
"default": "No Rollover",
"maxItems": 1,
"type": "string"
},
"requiredDtmfReception": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Required Dtmf Reception"
},
"geoLocation": {
"target": "/api/device/cucm/GeoLocation/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/GeoLocation",
"title": "Geo Location",
"type": [
"string",
"null"
]
},
"name": {
"minItems": 1,
"required": true,
"type": "string",
"maxItems": 1,
"title": "Name"
},
"retryVideoCallAsAudio": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Retry Video Call As Audio"
},
"authenticationMode": {
"title": "Authentication Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "By Authentication String",
"title": "By Authentication String"
},
{
"value": "By Null String",
"title": "By Null String"
},
{
"value": "By Existing Certificate (precedence to LSC)",
"title": "By Existing Certificate (precedence to LSC)"
},
{
"value": "By Existing Certificate (precedence to MIC)",
"title": "By Existing Certificate (precedence to MIC)"
}
],
"default": "By Null String",
"maxItems": 1,
"type": "string"
},
"userHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "User Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"builtInBridge": {
"title": "Built In Bridge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"aarGroup": {
"target": "/api/device/cucm/AarGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/AarGroup",
"title": "Aar Group",
"type": [
"string",
"null"
]
},
"protectedDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Protected Device"
},
"callingPartyTransformationCSSForOutboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Outbound Calls",
"type": [
"string",
"null"
]
},
"keySize": {
"title": "Key Size",
"minItems": 1,
"required": true,
"choices": [
{
"value": "512",
"title": "512"
},
{
"value": "1024",
"title": "1024"
},
{
"value": "2048",
"title": "2048"
},
{
"value": "3072",
"title": "3072"
},
{
"value": "4096",
"title": "4096"
}
],
"default": "2048",
"maxItems": 1,
"type": "string"
},
"authenticationString": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication String"
},
"requireOffPremiseLocation": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Require Off Premise Location"
},
"useDevicePoolCallingPartyTransformationCSSforInboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Inbound Calls"
},
"subscribeCallingSearchSpaceName": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Subscribe Calling Search Space Name",
"type": [
"string",
"null"
]
},
"secureDirUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Dir Url"
},
"rfc2833Disabled": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Rfc2833Disabled"
},
"hotlineDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Hotline Device"
},
"mtpPreferredOriginatingCodec": {
"title": "Mtp Preferred Originating Codec",
"minItems": 1,
"required": true,
"choices": [
{
"value": "711ulaw",
"title": "711ulaw"
},
{
"value": "711alaw",
"title": "711alaw"
},
{
"value": "G729/G729a",
"title": "G729/G729a"
},
{
"value": "G729b/G729ab",
"title": "G729b/G729ab"
}
],
"default": "711ulaw",
"maxItems": 1,
"type": "string"
},
"sipDialRules": {
"target": "/api/device/cucm/SipDialRules/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipDialRules",
"title": "Sip Dial Rules",
"type": [
"string",
"null"
]
},
"messages": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Messages"
},
"secureMessagesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Messages Url"
},
"networkHoldMohAudioSource": {
"target": "/api/device/cucm/MohAudioSource/choices/?field=sourceId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "sourceId",
"maxItems": 1,
"target_model_type": "device/cucm/MohAudioSource",
"title": "Network Hold Moh Audio Source",
"type": [
"string",
"null",
"integer"
]
},
"blfPresenceGroup": {
"target": "/api/device/cucm/PresenceGroup/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PresenceGroup",
"title": "Blf Presence Group",
"type": "string"
},
"secureShellPassword": {
"is_password": true,
"title": "Secure Shell Password",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": "string"
},
"dndIncomingCallAlert": {
"title": "Dnd Incoming Call 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"
}
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"sipProfile": {
"target": "/api/device/cucm/SipProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SipProfile",
"title": "Sip Profile",
"type": [
"string",
"null"
]
},
"services": {
"title": "Services",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"service": {
"name": "service",
"title": "Service",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"name": {
"name": "name",
"title": "Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 100,
"type": "string"
},
"url": {
"name": "url",
"title": "Url",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"serviceNameAscii": {
"name": "serviceNameAscii",
"title": "Service Name Ascii",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"urlButtonIndex": {
"name": "urlButtonIndex",
"title": "Url Button Index",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": "integer"
},
"telecasterServiceName": {
"name": "telecasterServiceName",
"title": "Telecaster Service Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "string"
},
"urlLabel": {
"name": "urlLabel",
"title": "Url Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"deviceSecurityProfile": {
"target": "/api/device/cucm/PhoneSecurityProfile/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/PhoneSecurityProfile",
"title": "Device Security Profile",
"type": [
"string",
"null"
]
},
"privacy": {
"title": "Privacy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"singleButtonBarge": {
"title": "Single Button Barge",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "Barge",
"title": "Barge"
},
{
"value": "CBarge",
"title": "CBarge"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"mlppIndication": {
"title": "Mlpp Indication",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Off",
"maxItems": 1,
"type": "string"
},
"enableExtensionMobility": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Enable Extension Mobility"
},
"softkeyTemplate": {
"target": "/api/device/cucm/SoftKeyTemplate/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/SoftKeyTemplate",
"title": "Softkey Template",
"type": [
"string",
"null"
]
},
"mlppDomain": {
"target": "/api/device/cucm/MlppDomain/choices/?field=domainName&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "domainName",
"maxItems": 1,
"target_model_type": "device/cucm/MlppDomain",
"title": "Mlpp Domain",
"type": "string"
},
"location": {
"target": "/api/device/cucm/Location/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 1,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Location",
"title": "Location",
"type": "string"
},
"callingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Search Space",
"type": [
"string",
"null"
]
},
"proxyServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Proxy Server"
},
"allowControlOfDeviceFromCti": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Allow Control Of Device From Cti"
},
"joinAcrossLines": {
"title": "Join Across Lines",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"phonePersonalization": {
"title": "Phone Personalization",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Disabled",
"title": "Disabled"
},
{
"value": "Enabled",
"title": "Enabled"
},
{
"value": "HTTPS Only",
"title": "HTTPS Only"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"networkLocale": {
"target": "/api/device/cucm/Country/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Country",
"title": "Network Locale",
"type": [
"string",
"null"
]
},
"secureAuthenticationUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Authentication Url"
},
"unattendedPort": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Unattended Port"
},
"idle": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Idle"
},
"secureShellUser": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Shell User"
},
"mediaTerminationPointRequired": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Media Termination Point Required"
},
"useDevicePoolCallingPartyTransformationCSSforOutboundCalls": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Use Device Pool Calling Party Transformation CS Sfor Outbound Calls"
},
"ecKeySize": {
"title": "Ec Key Size",
"minItems": 0,
"required": false,
"choices": [
{
"value": "256",
"title": "256"
},
{
"value": "384",
"title": "384"
},
{
"value": "521",
"title": "521"
}
],
"maxItems": 1,
"type": "string"
},
"phoneButtonTemplate": {
"title": "Phone Button Template",
"minItems": 1,
"required": true,
"choices": [
[
"Universal Device Template Button Layout",
"Universal Device Template Button Layout"
]
],
"maxItems": 1,
"type": [
"string",
"null"
]
},
"blfAudibleAlertSettingPhoneIdle": {
"title": "Blf Audible Alert Setting Phone Idle",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"alwaysUsePrimeLine": {
"title": "Always Use Prime Line",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfAudibleAlertSettingPhoneBusy": {
"title": "Blf Audible Alert Setting Phone Busy",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Off",
"title": "Off"
},
{
"value": "On",
"title": "On"
},
{
"value": "Default",
"title": "Default"
}
],
"default": "Default",
"maxItems": 1,
"type": "string"
},
"blfDirectedCallParks": {
"title": "Blf Directed Call Parks",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"blfDirectedCallPark": {
"name": "blfDirectedCallPark",
"title": "Blf Directed Call Park",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"directedCallParkDnAndPartition": {
"name": "directedCallParkDnAndPartition",
"title": "Directed Call Park Dn And Partition",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"object",
"null"
],
"properties": {
"routePartitionName": {
"name": "routePartitionName",
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": "string",
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"dnPattern": {
"name": "dnPattern",
"title": "Dn Pattern",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
}
}
},
"directedCallParkId": {
"description": "Only the uuid attribute is read",
"title": "Directed Call Park Id",
"minItems": 0,
"pattern": "\\{........-....-....-....-............\\}",
"required": false,
"maxItems": 1,
"type": "string",
"name": "directedCallParkId"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
}
}
},
"required": false,
"type": "array"
}
}
},
"information": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Information"
},
"commonDeviceConfiguration": {
"target": "/api/device/cucm/CommonDeviceConfig/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/CommonDeviceConfig",
"title": "Common Device Configuration",
"type": [
"string",
"null"
]
},
"packetCaptureDuration": {
"title": "Packet Capture Duration",
"minItems": 0,
"required": false,
"default": 0,
"maxItems": 1,
"type": [
"integer",
"null"
]
},
"servicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Services Url"
},
"featureControlPolicy": {
"target": "/api/device/cucm/FeatureControlPolicy/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/FeatureControlPolicy",
"title": "Feature Control Policy",
"type": [
"string",
"null"
]
},
"mediaResourceGroupList": {
"target": "/api/device/cucm/MediaResourceList/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/MediaResourceList",
"title": "Media Resource Group List",
"type": [
"string",
"null"
]
},
"idleTimer": {
"minItems": 0,
"required": false,
"type": [
"integer",
"null"
],
"maxItems": 1,
"title": "Idle Timer"
},
"packetCaptureMode": {
"title": "Packet Capture Mode",
"minItems": 1,
"required": true,
"choices": [
{
"value": "None",
"title": "None"
},
{
"value": "Batch Processing Mode",
"title": "Batch Processing Mode"
}
],
"default": "None",
"maxItems": 1,
"type": "string"
},
"deviceDescription": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Device Description"
},
"doNotDisturb": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Do Not Disturb"
},
"ignorePresentationIndicators": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Ignore Presentation Indicators"
},
"secureServicesUrl": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Secure Services Url"
},
"certificateOperation": {
"title": "Certificate Operation",
"minItems": 1,
"required": true,
"choices": [
{
"value": "No Pending Operation",
"title": "No Pending Operation"
},
{
"value": "Install/Upgrade",
"title": "Install/Upgrade"
},
{
"value": "Delete",
"title": "Delete"
},
{
"value": "Troubleshoot",
"title": "Troubleshoot"
}
],
"default": "No Pending Operation",
"maxItems": 1,
"type": "string"
},
"dndOption": {
"title": "Dnd Option",
"minItems": 1,
"required": true,
"choices": [
{
"value": "Ringer Off",
"title": "Ringer Off"
},
{
"value": "Call Reject",
"title": "Call Reject"
},
{
"value": "Use Common Phone Profile Setting",
"title": "Use Common Phone Profile Setting"
}
],
"default": "Ringer Off",
"maxItems": 1,
"type": "string"
},
"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.",
"title": "Line",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"index": {
"name": "index",
"title": "Index",
"minItems": 1,
"required": true,
"maxItems": 1,
"type": "integer"
},
"maxNumCalls": {
"name": "maxNumCalls",
"title": "Max Num Calls",
"minItems": 0,
"required": false,
"default": 2,
"maxItems": 1,
"type": "integer"
},
"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"
},
"display": {
"name": "display",
"title": "Display",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"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"
},
"busyTrigger": {
"name": "busyTrigger",
"title": "Busy Trigger",
"minItems": 0,
"required": false,
"default": 1,
"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"
},
"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"
},
"label": {
"name": "label",
"title": "Label",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 50,
"type": "string"
},
"e164Mask": {
"name": "e164Mask",
"title": "E164Mask",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": [
"string",
"null"
]
},
"recordingProfileName": {
"name": "recordingProfileName",
"title": "Recording Profile Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"missedCallLogging": {
"name": "missedCallLogging",
"title": "Missed Call Logging",
"minItems": 0,
"required": false,
"default": true,
"maxItems": 1,
"type": "boolean"
},
"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"
},
"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"
},
"callerNumber": {
"name": "callerNumber",
"title": "Caller 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"
}
}
},
"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"
},
"monitoringCssName": {
"name": "monitoringCssName",
"title": "Monitoring Css Name",
"minItems": 0,
"required": false,
"maxItems": 1,
"type": [
"string",
"null"
]
},
"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"
},
"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,
"required": true,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/RoutePartition",
"title": "Route Partition Name",
"type": [
"string",
"null"
],
"target": "/api/device/cucm/RoutePartition/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
},
"name": "dirn"
}
}
},
"required": false,
"type": "array",
"name": "line"
},
"lineIdentifier": {
"description": "The lineIdentifier is a shorthand method that refers to a particular directory number.",
"title": "Line Identifier",
"minItems": 0,
"items": {
"type": [
"object",
"null"
],
"properties": {
"directoryNumber": {
"name": "directoryNumber",
"title": "Directory Number",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 255,
"type": "string"
},
"routePartitionName": {
"name": "routePartitionName",
"title": "Route Partition Name",
"minItems": 1,
"required": true,
"maxItems": 1,
"maxLength": 50,
"type": [
"string",
"null"
]
}
}
},
"required": false,
"type": "array",
"name": "lineIdentifier"
}
}
},
"reroutingCallingSearchSpace": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Rerouting Calling Search Space",
"type": [
"string",
"null"
]
},
"remoteDevice": {
"minItems": 0,
"required": false,
"type": "boolean",
"maxItems": 1,
"title": "Remote Device"
},
"directory": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Directory"
},
"authenticationServer": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Authentication Server"
},
"callingPartyTransformationCSSForInboundCalls": {
"target": "/api/device/cucm/Css/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"required": false,
"choices": [],
"target_attr": "name",
"maxItems": 1,
"target_model_type": "device/cucm/Css",
"title": "Calling Party Transformation CSS For Inbound Calls",
"type": [
"string",
"null"
]
}
}
},
"type": "array",
"maxItems": 1,
"title": "Udt Phone"
},
"mraPolicy_Mobile": {
"title": "Mra Policy_Mobile",
"minItems": 0,
"required": false,
"choices": [
{
"value": "No Service",
"title": "No Service"
},
{
"value": "IM & Presence only",
"title": "IM & Presence only"
},
{
"value": "IM & Presence, Voice and Video calls",
"title": "IM & Presence, Voice and Video calls"
}
],
"default": "IM & Presence, Voice and Video calls",
"maxItems": 1,
"type": "string"
},
"deskPhones": {
"minItems": 0,
"required": false,
"type": "string",
"maxItems": 1,
"title": "Desk Phones"
},
"enableMra": {
"title": "Enable Mra",
"minItems": 0,
"required": false,
"default": true,
"maxItems": 1,
"type": "boolean"
},
"description": {
"title": "Description",
"minItems": 0,
"required": false,
"maxItems": 1,
"maxLength": 255,
"type": "string"
}
},
"schema_version": "1.1"
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the GUI Add form. | GET | /api/relation/UserSelfProvisioning/add/ |
|
The GUI Add form of relation/UserSelfProvisioning 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/relation/UserSelfProvisioning/ | 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/relation/UserSelfProvisioning/ | hierarchy=[hierarchy] | {"hrefs":["/api/relation/UserSelfProvisioning/[pkid1]", "/api/relation/UserSelfProvisioning/[pkid2]", ...]} |
GET http://[host-proxy]/api/relation/UserSelfProvisioning/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of relation/UserSelfProvisioning; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/relation/UserSelfProvisioning/export/ |
|
{ "hrefs":["/api/relation/UserSelfProvisioning/[pkid1]", "/api/relation/UserSelfProvisioning/[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 relation/UserSelfProvisioning and the JSON format can be used to import instances of relation/UserSelfProvisioning.
GET http://[host-proxy]/api/relation/UserSelfProvisioning/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a compressed format of the Bulk Load spreadsheet template for relation/UserSelfProvisioning | POST | /api/relation/UserSelfProvisioning/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Configuration Template | GET | /api/relation/UserSelfProvisioning/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Field Display Policy | GET | /api/relation/UserSelfProvisioning/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| List | GET | /api/relation/UserSelfProvisioning/ |
|
The relation/UserSelfProvisioning schema and all instances as JSON. |
(The list will return 0 to 3 relation/UserSelfProvisioning instances)
{
"operations": [
"field_display_policy",
"configuration_template",
"help",
"get",
"export_bulkload_template",
"list",
"update",
"remove",
"add",
"bulk_update",
"export",
"clone"
],
"pagination": {
"direction": "asc",
"order_by": "name",
"maximum_limit": 2000,
"skip": 0,
"current": "/api/relation/UserSelfProvisioning/?skip=0&limit=3&order_by=name&direction=asc&traversal=default",
"limit": 3,
"total_limit": null,
"total": 1
},
"meta": {
"tags": [],
"cached": true,
"title": "",
"business_key": {},
"schema_version": "1.1",
"references": {
"device": [
{
"pkid": "",
"href": ""
}
],
"self": [
{
"pkid": null,
"href": "/api/relation/UserSelfProvisioning/None/"
}
],
"children": [],
"parent": [
{
"pkid": "6t0ggef2c0deab00hb595101",
"href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101"
}
],
"foreign_key": []
},
"actions": [
{
"add": {
"support_async": false,
"class": "add",
"href": "/api/relation/UserSelfProvisioning/add/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Add"
}
},
{
"remove": {
"support_async": true,
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/?hierarchy=[hierarchy]",
"method": "DELETE",
"title": "Delete"
}
},
{
"export": {
"title": "Export",
"support_async": false,
"submit": "payload",
"class": "export",
"href": "/api/relation/UserSelfProvisioning/export/?hierarchy=[hierarchy]",
"method": "POST",
"view": "/api/view/ExportData/add/?auth_token=[authtoken]
}
},
{
"export_bulkload_template": {
"support_async": false,
"class": "bulkload_template",
"href": "/api/relation/UserSelfProvisioning/export_bulkload_template/?hierarchy=[hierarchy]",
"method": "POST",
"title": "Export Bulk Load Template"
}
},
{
"configuration_template": {
"support_async": false,
"class": "config",
"href": "/api/relation/UserSelfProvisioning/configuration_template/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Configuration Template"
}
},
{
"field_display_policy": {
"support_async": false,
"class": "display_policy",
"href": "/api/relation/UserSelfProvisioning/field_display_policy/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Field Display Policy"
}
},
{
"list": {
"support_async": false,
"class": "list",
"href": "/api/relation/UserSelfProvisioning/?hierarchy=[hierarchy]",
"method": "GET",
"title": "List"
}
},
{
"help": {
"support_async": false,
"class": "help",
"href": "/api/relation/UserSelfProvisioning/help?hierarchy=[hierarchy]",
"method": "GET",
"title": "Help"
}
},
{
"bulk_update": {
"support_async": true,
"class": "update",
"href": "/api/relation/UserSelfProvisioning/bulk_update/?hierarchy=[hierarchy]",
"method": "POST",
"title": "Bulk Modify"
}
}
],
"model_type": "relation/UserSelfProvisioning",
"model_specific_actions": [
"field_display_policy",
"configuration_template",
"help",
"get",
"export_bulkload_template",
"list",
"update",
"remove",
"add",
"bulk_update",
"export",
"clone"
],
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "description",
"title": "Description"
},
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
},
{
"allow_filtering": false,
"name": "summary_device",
"title": "Device"
}
],
"api_version": "19.3.1",
"tagged_versions": []
},
"resources": [
{
"pkid": "5f3aeb07ce894e001206b24d",
"meta": {
"tags": [],
"cached": true,
"title": "Standard (Factory Default) User Profile",
"business_key": {},
"schema_version": "",
"summary": "false",
"references": {
"device": [
{
"pkid": "5f3ae58ace894e00120550c2",
"href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2"
}
],
"owner": [
{
"pkid": ""
}
],
"self": [
{
"pkid": "5f3aeb07ce894e001206b24d",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/"
}
],
"parent": [
{
"pkid": "5f3ae552ce894e00120537fa",
"href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa"
}
],
"foreign_key": []
},
"actions": [
{
"update": {
"support_async": true,
"class": "update",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/",
"method": "PUT",
"title": "Modify"
}
},
{
"remove": {
"support_async": true,
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/",
"method": "DELETE",
"title": "Delete"
}
},
{
"clone": {
"support_async": false,
"class": "clone",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/clone/?schema=&schema_rules=true",
"method": "GET",
"title": "Clone"
}
},
{
"export": {
"title": "Export",
"support_async": false,
"submit": "payload",
"class": "export",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/export/",
"method": "GET",
"view": "/api/view/ExportData/add/"
}
},
{
"get": {
"support_async": false,
"class": "get",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/",
"method": "GET",
"title": "Get"
}
},
{
"help": {
"support_async": false,
"class": "help",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/help",
"method": "GET",
"title": "Help"
}
},
{
"AddUDTMobileDevice": {
"title": "Add Udt Mobile Device",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTMobileDevice/",
"method": "POST",
"schema": "UDTMobileDevice"
}
},
{
"AddUDTPhone": {
"title": "Add Udt Phone",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTPhone/",
"method": "POST",
"schema": "UDTPhone"
}
},
{
"AddUDTProfile": {
"title": "Add Udt Profile",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTProfile/",
"method": "POST",
"schema": "UDTProfile"
}
},
{
"AddULT": {
"title": "Add Ult",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddULT/",
"method": "POST",
"schema": "ULT"
}
},
{
"DelUDTMobileDevice": {
"title": "Del Udt Mobile Device",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTMobileDevice/",
"method": "POST",
"schema": "UDTMobileDevice"
}
},
{
"DelUDTPhone": {
"title": "Del Udt Phone",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTPhone/",
"method": "POST",
"schema": "UDTPhone"
}
},
{
"DelUDTProfile": {
"title": "Del Udt Profile",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTProfile/",
"method": "POST",
"schema": "UDTProfile"
}
},
{
"DelULT": {
"title": "Del Ult",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelULT/",
"method": "POST",
"schema": "ULT"
}
}
],
"model_type": "relation/UserSelfProvisioning",
"path": [
"6t0ggef2c0deab00hb595101",
"5df35e48ce894e0012b345a1",
"5f3ae1fcce894e001204e0ed",
"5f3ae256ce894e001204f7db",
"5f3ae552ce894e00120537fa",
"5f3aeb07ce894e001206b24d"
],
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "description",
"title": "Description"
},
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
},
{
"allow_filtering": false,
"name": "summary_device",
"title": "Device"
}
],
"api_version": "19.3.1",
"tagged_versions": []
},
"data": {
"description": "Standard (Factory Default) User Profile",
"allowProvision": false,
"name": "Standard (Factory Default) User Profile",
"limitProvision": 10,
"defaultUserProfile": "Standard (Factory Default) User Profile",
"hierarchy_friendly_name": "AB_Group (Customer)",
"hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group",
"summary_device": "Dedicated CUCM, 192.168.100.15, 8443, hcs.CS-P.CS-AB.AB_Group"
}
}
]
}
(Show the first instance)
{
"pkid": "5f3aeb07ce894e001206b24d",
"meta": {
"tags": [],
"cached": true,
"cache_control_policy": "cache_then_device",
"title": "Standard (Factory Default) User Profile",
"business_key": {},
"schema_version": "1.1",
"references": {
"device": [
{
"pkid": "5f3ae58ace894e00120550c2",
"href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2"
}
],
"self": [
{
"pkid": "5f3aeb07ce894e001206b24d",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/"
}
],
"children": [],
"parent": [
{
"pkid": "5f3ae552ce894e00120537fa",
"href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa"
}
]
},
"actions": [
{
"update": {
"support_async": true,
"class": "update",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/?hierarchy=[hierarchy]",
"method": "PUT",
"title": "Modify"
}
},
{
"remove": {
"support_async": true,
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/?hierarchy=[hierarchy]",
"method": "DELETE",
"title": "Delete"
}
},
{
"clone": {
"support_async": false,
"class": "clone",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true",
"method": "GET",
"title": "Clone"
}
},
{
"export": {
"title": "Export",
"support_async": false,
"submit": "payload",
"class": "export",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/export/?hierarchy=[hierarchy]",
"method": "GET",
"view": "/api/view/ExportData/add/?auth_token=[authtoken]
}
},
{
"get": {
"support_async": false,
"class": "get",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/?hierarchy=[hierarchy]",
"method": "GET",
"title": "Get"
}
},
{
"help": {
"support_async": false,
"class": "help",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/help?hierarchy=[hierarchy]",
"method": "GET",
"title": "Help"
}
},
{
"AddUDTMobileDevice": {
"title": "Add Udt Mobile Device",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTMobileDevice/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTMobileDevice"
}
},
{
"AddUDTPhone": {
"title": "Add Udt Phone",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTPhone/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTPhone"
}
},
{
"AddUDTProfile": {
"title": "Add Udt Profile",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddUDTProfile/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTProfile"
}
},
{
"AddULT": {
"title": "Add Ult",
"support_async": true,
"submit": "payload",
"class": "add",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+AddULT/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "ULT"
}
},
{
"DelUDTMobileDevice": {
"title": "Del Udt Mobile Device",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTMobileDevice/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTMobileDevice"
}
},
{
"DelUDTPhone": {
"title": "Del Udt Phone",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTPhone/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTPhone"
}
},
{
"DelUDTProfile": {
"title": "Del Udt Profile",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelUDTProfile/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "UDTProfile"
}
},
{
"DelULT": {
"title": "Del Ult",
"support_async": true,
"submit": "payload",
"class": "delete",
"href": "/api/relation/UserSelfProvisioning/5f3aeb07ce894e001206b24d/+DelULT/?hierarchy=[hierarchy]",
"method": "POST",
"schema": "ULT"
}
}
],
"model_type": "relation/UserSelfProvisioning",
"summary_attrs": [
{
"name": "name",
"title": "Name"
},
{
"name": "description",
"title": "Description"
},
{
"allow_filtering": true,
"name": "hierarchy_friendly_name",
"title": "Located At"
},
{
"allow_filtering": false,
"name": "summary_device",
"title": "Device"
}
],
"api_version": "19.3.1",
"tagged_versions": []
},
"data": {
"description": "Standard (Factory Default) User Profile",
"UDTProfile": [],
"allowProvision": false,
"ULT": [],
"defaultUserProfile": "Standard (Factory Default) User Profile",
"limitProvision": 10,
"UDTPhone": [],
"UDTMobileDevice": [],
"name": "Standard (Factory Default) User Profile"
}
}
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get the on-line Help for relation/UserSelfProvisioning. | GET | /api/relation/UserSelfProvisioning/help | hierarchy=[hierarchy] | On-line help of Model ref.: relation/UserSelfProvisioning as HTML |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Modify | PUT | /api/relation/UserSelfProvisioning/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Delete | DELETE | /api/relation/UserSelfProvisioning/[pkid]/ | hierarchy=[hierarchy] |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Clone instance with [pkid]. The schema rules are applied. | GET | /api/relation/UserSelfProvisioning/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/relation/UserSelfProvisioning/?hierarchy=[hierarchy]&format=json
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get a selected [export_format] of the schema and a single instance with [pkid] of relation/UserSelfProvisioning; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/relation/UserSelfProvisioning/[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 relation/UserSelfProvisioning and the JSON format can be used to import instances of relation/UserSelfProvisioning.
For Bulk Export, refer to the Bulk Export section.
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Get | GET | /api/relation/UserSelfProvisioning/[pkid]/ | hierarchy=[hierarchy] | The relation/UserSelfProvisioning instance with [pkid]. |
| Task | Call | URL | Parameters | Response |
|---|---|---|---|---|
| Help | GET | /api/relation/UserSelfProvisioning/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for relation/UserSelfProvisioning. |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Add Udt Mobile Device | POST | /api/relation/UserSelfProvisioning/[pkid]/+AddUDTMobileDevice/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Add Udt Phone | POST | /api/relation/UserSelfProvisioning/[pkid]/+AddUDTPhone/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Add Udt Profile | POST | /api/relation/UserSelfProvisioning/[pkid]/+AddUDTProfile/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Add Ult | POST | /api/relation/UserSelfProvisioning/[pkid]/+AddULT/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Del Udt Mobile Device | POST | /api/relation/UserSelfProvisioning/[pkid]/+DelUDTMobileDevice/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Del Udt Phone | POST | /api/relation/UserSelfProvisioning/[pkid]/+DelUDTPhone/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Del Udt Profile | POST | /api/relation/UserSelfProvisioning/[pkid]/+DelUDTProfile/ | hierarchy=[hierarchy] | If payload required: |
| Task | Call | URL | Parameters | Payload |
|---|---|---|---|---|
| Del Ult | POST | /api/relation/UserSelfProvisioning/[pkid]/+DelULT/ | hierarchy=[hierarchy] | If payload required: |