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