View to add an Extension Mobility Profile for an existing Subscriber.
GET http://[host-proxy]/api/view/AddExtensionMobility/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"username": {
"type": "string",
"description": "Username of the subscriber.",
"title": "Username"
},
"name": {
"required": true,
"type": "string",
"description": "Name of the phone.",
"title": "Profile Name"
},
"template_name": {
"type": "string",
"description": "Phone template to use for feature configuration settings.",
"title": "Profile Template"
},
"lines": {
"items": {
"type": "object",
"properties": {
"template_name": {
"type": "string",
"description": "Line template to use for configuration settings.",
"title": "Line Template"
},
"label": {
"type": "string",
"description": "Label to use for this line.",
"title": "Label"
},
"display": {
"type": "string",
"description": "Display to use for this line.",
"title": "Display"
},
"directory_number": {
"required": true,
"type": "string",
"description": "Directory Number of line to assign.",
"title": "Directory Number"
}
}
},
"type": "array",
"title": "Lines"
},
"device_type": {
"required": true,
"type": "string",
"description": "Device type of the Extension Mobility Profile.",
"title": "Device Type"
},
"cucm_bkey": {
"required": false,
"type": "string",
"description": "Business Key of the CUCM. If not specified the workflow will attempt to find the correct UCM server based on Customer or Site.",
"title": "Cisco UCM Server"
}
}
}