[Index]
Model ref.: device/cucm/PhoneType
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": { "PhoneNameFormat": { "type": "string", "description": "The format for the name of the CUCM Phone Type", "title": "Phone Name Format" }, "ProtocolTemplates": { "items": { "type": "object", "properties": { "PBT": { "items": { "type": "string" }, "type": "array", "description": "Available phone button templates for this CUCM phone type & protocol", "name": "PBT", "title": "Default Phone Button Template" }, "Protocol": { "type": "string", "description": "One of the protocols available for this CUCM phone type", "name": "Protocol", "title": "Protocol" }, "SupportedFeatures": { "items": { "type": "string" }, "type": "array", "description": "Supported Features for this CUCM phone type & protocol", "name": "SupportedFeatures", "title": "Supported Features" }, "VendorConfig": { "type": [ "string" ], "description": "JSON string - Available vendor config for this CUCM phone type & protocol", "name": "VendorConfig", "title": "Vendor Config" }, "ExcludedSchemaKeys": { "items": { "type": "string" }, "type": "array", "description": "Schema keys to exclude for this CUCM phone type & protocol", "name": "ExcludedSchemaKeys", "title": "Excluded Schema Keys" }, "SupportsActivationCode": { "type": "boolean", "description": "If this CUCM phone type & protocol supports the phone activation code feature", "name": "SupportsActivationCode", "title": "Supports Activation Code" }, "SecurityProfile": { "items": { "type": "string" }, "type": "array", "description": "Available security profiles for this CUCM phone type & protocol", "name": "SecurityProfile", "title": "Phone Security Profile" }, "phoneExpansionModules": { "description": "Phone Expansion Module options for this phone type", "title": "Expansion Modules", "items": { "type": "string" }, "required": false, "type": "array", "name": "phoneExpansionModules" } } }, "type": "array", "description": "Available options for this CUCM phone type", "title": "Protocol and Templates" }, "PhoneNameExample": { "type": "string", "description": "An example of the name of the CUCM Phone Type", "title": "Phone Name Example" }, "PhoneNamePrefix": { "type": "string", "description": "The prefix for the name of the CUCM Phone Type", "title": "Phone Name Prefix" }, "PhoneType": { "type": "string", "description": "The CUCM Phone Type name", "title": "Phone Type Name" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/PhoneType/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/PhoneType/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/PhoneType/[pkid1]", "/api/v0/device/cucm/PhoneType/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/PhoneType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/cucm/PhoneType |
|
{"hrefs": ["/api/device/cucm/PhoneType/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/PhoneType |
|
{"hrefs": ["/api/device/cucm/PhoneType/[pkid1]", "/api/device/cucm/PhoneType/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/PhoneType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/PhoneType/export/ |
|
{ "hrefs":["/api/device/cucm/PhoneType/[pkid1]", "/api/device/cucm/PhoneType/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/cucm/PhoneType and the JSON format can be used to import instances of device/cucm/PhoneType.
GET http://[host-proxy]/api/device/cucm/PhoneType/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/PhoneType | POST | /api/device/cucm/PhoneType/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/cucm/PhoneType/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/cucm/PhoneType/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/cucm/PhoneType/ |
|
The device/cucm/PhoneType schema and all instances as JSON. |
(The list will return 0 to 3 device/cucm/PhoneType instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 304, "total_limit": null, "order_by": "PhoneType", "direction": "asc", "current": "/api/device/cucm/PhoneType/?skip=0&limit=3&order_by=PhoneType&direction=asc&traversal=down" }, "operations": [ "field_display_policy", "configuration_template", "list", "export", "bulk_update_form", "transform", "export_bulkload_template", "move" ], "meta": { "model_type": "device/cucm/PhoneType", "summary_attrs": [ { "name": "PhoneType", "title": "Phone Type Name" }, { "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": [] }, "model_specific_actions": [ "field_display_policy", "help", "configuration_template", "list", "export", "get", "bulk_update_form", "clone", "export_bulkload_template", "move" ], "schema_version": "14.0", "actions": [ { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/cucm/PhoneType/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/cucm/PhoneType", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/cucm/PhoneType/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/device/cucm/PhoneType/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/device/cucm/PhoneType/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/cucm/PhoneType/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/cucm/PhoneType/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/cucm/PhoneType/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/cucm/PhoneType/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "resources": [ { "data": { "PhoneNameExample": "ANe5A76A2423c3d", "ProtocolTemplates": [ { "PBT": [ "Standard Analog" ], "Protocol": "SCCP", "SupportedFeatures": [ "Abbreviated Dial", "Automated Alternate Routing (AAR)", "CTI controlled", "Call Pre-emption (for MLPP)", "Call Precedence (for MLPP)", "Call Waiting", "Has phone templates", "Hotline", "Localization", "Multiple Call Display", "Phone attached to a Gateway (Like Chalice)", "Shared Line Appearance", "Show Speeddial Labels", "Specify Types of TFTP Config Files", "Trusted Device" ], "VendorConfig": "{\"type\": \"object\", \"properties\": {\"stcappRegCap\": {\"default\": \"0\", \"type\": [\"string\"], \"choices\": [{\"value\": \"0\", \"title\": \"Gateway Controlled\"}, {\"value\": \"1\", \"title\": \"Modem Relay\"}, {\"value\": \"2\", \"title\": \"Modem Passthrough\"}, {\"value\": \"3\", \"title\": \"Modem Relay and Passthrough\"}, {\"value\": \"4\", \"title\": \"None\"}], \"name\": \"stcappRegCap\", \"description\": \"This controls configuration pushed to the gateway to register latent capabilities with CUCM. <p>\\n The default option of Gateway Controlled allows manual configuration of the options on the gateway, with this setting, commands issued through IOS will not be disturbed. <p>\\n The option of Modem Relay will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-relay.</b><p>\\n The option of Modem Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-passthrough.</b><p>\\n The option of Modem Relay and Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' both </b><p>\\n The option of None will push configuration to the gateway: <b> no stcapp register capability 'voice-port' </b><p>\\n See the IOS documentation for these settings for more information.\\n \", \"title\": \"Latent Capability Registration Setting\"}}}", "ExcludedSchemaKeys": [ "directoryUrl", "secureInformationUrl", "secureServicesUrl", "authenticationUrl", "authenticationMode", "softkeyTemplateName", "keyOrder", "userHoldMohAudioSourceId", "defaultProfileName", "enableCallRoutingToRdWhenNoneIsActive", "sipProfileName", "mraServiceDomain", "singleButtonBarge", "messagesUrl", "enableExtensionMobility", "featureControlPolicy", "secureIdleUrl", "earlyOfferSupportForVoiceCall", "informationUrl", "secureAuthenticationUrl", "blockIncomingCallsWhenRoaming", "ringSettingBusyBlfAudibleAlert", "secureMessageUrl", "msisdn", "phoneSuite", "joinAcrossLines", "outboundCallRollover", "primaryPhoneName", "dndStatus", "retryVideoCallAsAudio", "callInfoPrivacyStatus", "wirelessLanProfileGroup", "geoLocationFilterName", "addOnModules.addOnModule.index", "phoneServiceDisplay", "addOnModules.addOnModule", "networkLocation", "requireDtmfReception", "secureDirectoryUrl", "addOnModules.addOnModule.model", "ecKeySize", "networkHoldMohAudioSourceId", "requireThirdPartyRegistration", "homeNetworkId", "proxyServerUrl", "sshPwd", "ringSettingIdleBlfAudibleAlert", "builtInBridgeStatus", "addOnModules", "packetCaptureDuration", "wifiHotspotProfile", "AllowPresentationSharingUsingBfcp", "traceFlag", "authenticationString", "busyLampFields", "requireOffPremiseLocation", "packetCaptureMode", "loadInformation", "product", "allowMraMode", "sendGeoLocation", "isProtected", "addOnModules__addOnModule__loadInformation", "rfc2833Disabled", "addOnModules.addOnModule.loadInformation", "upgradeFinishTime", "certificateOperation", "sshUserId", "certificateStatus", "allowiXApplicableMedia", "dndOption", "digestUser", "protocolSide", "idleTimeout", "idleUrl", "services", "isDualMode", "dialRulesName" ], "SecurityProfile": [ "Universal Device Template - Security Profile - Encrypted", "Universal Device Template - Security Profile - Encrypted - Device_TFTP", "Universal Device Template - Security Profile - Authenticated", "Universal Device Template - Security Profile - Non-Secure", "Universal Device Template - Security Profile - Encrypted EC preferred", "Analog Phone - Standard SCCP Non-Secure Profile" ] } ], "PhoneType": "Analog Phone", "PhoneNamePrefix": "AN", "PhoneNameFormat": "^([aA][nN])[0-9a-fA-F]{13}$", "summary_device": "Dedicated CUCM, 192.168.100.16, 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": "device/cucm/PhoneType", "summary_attrs": [ { "name": "PhoneType", "title": "Phone Type Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Analog Phone", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "/api/v0/data/CallManager/5ae89edaaffa931cce38c13d", "pkid": "5ae89edaaffa931cce38c13d" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ae89ea2affa931cce38a523", "href": "/api/data/HierarchyNode/5ae89ea2affa931cce38a523" } ], "foreign_key": [], "self": [ { "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/", "pkid": "650ff63ee5d8a08848bae7ff" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "650ff63ee5d8a08848bae7ff" ], "schema_version": "", "actions": [ { "clone": { "method": "GET", "class": "clone", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/650ff63ee5d8a08848bae7ff/?model_type=device/cucm/PhoneType", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "650ff63ee5d8a08848bae7ff" }, { "data": { "PhoneType": "Analog Phone", "ProtocolTemplates": [ { "PBT": [ "Standard Analog" ], "Protocol": "SCCP", "SupportedFeatures": [ "Abbreviated Dial", "Automated Alternate Routing (AAR)", "CTI controlled", "Call Pre-emption (for MLPP)", "Call Precedence (for MLPP)", "Call Waiting", "Has phone templates", "Hotline", "Localization", "Multiple Call Display", "Phone attached to a Gateway (Like Chalice)", "Shared Line Appearance", "Show Speeddial Labels", "Specify Types of TFTP Config Files", "Trusted Device" ], "VendorConfig": "{\"type\": \"object\", \"properties\": {\"stcappRegCap\": {\"type\": [\"string\"], \"choices\": [{\"value\": \"0\", \"title\": \"Gateway Controlled\"}, {\"value\": \"1\", \"title\": \"Modem Relay\"}, {\"value\": \"2\", \"title\": \"Modem Passthrough\"}, {\"value\": \"3\", \"title\": \"Modem Relay and Passthrough\"}, {\"value\": \"4\", \"title\": \"None\"}], \"default\": \"0\", \"name\": \"stcappRegCap\", \"description\": \"This controls configuration pushed to the gateway to register latent capabilities with CUCM. <p>\\n The default option of Gateway Controlled allows manual configuration of the options on the gateway, with this setting, commands issued through IOS will not be disturbed. <p>\\n The option of Modem Relay will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-relay.</b><p>\\n The option of Modem Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-passthrough.</b><p>\\n The option of Modem Relay and Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' both </b><p>\\n The option of None will push configuration to the gateway: <b> no stcapp register capability 'voice-port' </b><p>\\n See the IOS documentation for these settings for more information.\\n \", \"title\": \"Latent Capability Registration Setting\"}}}", "ExcludedSchemaKeys": [ "useDevicePoolCgpnIngressDN", "services", "traceFlag", "authenticationMode", "upgradeFinishTime", "addOnModules.addOnModule", "dndStatus", "wirelessLanProfileGroup", "sipProfileName", "packetCaptureMode", "secureInformationUrl", "isProtected", "wifiHotspotProfile", "addOnModules.addOnModule.loadInformation", "certificateOperation", "cgpnIngressDN", "sshPwd", "singleButtonBarge", "AllowPresentationSharingUsingBfcp", "digestUser", "addOnModules.addOnModule.model", "phoneSuite", "featureControlPolicy", "directoryUrl", "secureDirectoryUrl", "retryVideoCallAsAudio", "ringSettingIdleBlfAudibleAlert", "enableCallRoutingToRdWhenNoneIsActive", "certificateStatus", "protocolSide", "dialRulesName", "outboundCallRollover", "authenticationUrl", "idleTimeout", "requireThirdPartyRegistration", "ringSettingBusyBlfAudibleAlert", "mraServiceDomain", "mtpPreferedCodec", "primaryPhoneName", "useDevicePoolCgpnTransformCss", "busyLampFields", "proxyServerUrl", "phoneServiceDisplay", "secureIdleUrl", "messagesUrl", "joinAcrossLines", "dndRingSetting", "geoLocationFilterName", "blockIncomingCallsWhenRoaming", "allowMraMode", "msisdn", "rfc2833Disabled", "keySize", "sendGeoLocation", "secureMessageUrl", "addOnModules__addOnModule__loadInformation", "userHoldMohAudioSourceId", "isDualMode", "informationUrl", "requireDtmfReception", "builtInBridgeStatus", "secureAuthenticationUrl", "networkLocation", "loadInformation", "authenticationString", "callInfoPrivacyStatus", "addOnModules.addOnModule.index", "dndOption", "mtpRequired", "enableExtensionMobility", "homeNetworkId", "addOnModules", "networkHoldMohAudioSourceId", "allowiXApplicableMedia", "idleUrl", "cgpnTransformationCssName", "earlyOfferSupportForVoiceCall", "defaultProfileName", "secureServicesUrl", "packetCaptureDuration", "requireOffPremiseLocation", "softkeyTemplateName", "sshUserId" ], "SecurityProfile": [ "Universal Device Template - Security Profile - Encrypted EC preferred", "Universal Device Template - Security Profile - Authenticated", "Universal Device Template - Security Profile - Non-Secure", "Universal Device Template - Security Profile - Encrypted", "Analog Phone - Standard SCCP Non-Secure Profile", "Universal Device Template - Security Profile - Encrypted - Device_TFTP" ] } ], "PhoneNameExample": "ANe5A76A2423c3d", "PhoneNamePrefix": "AN", "PhoneNameFormat": "^([aA][nN])[0-9a-fA-F]{13}$", "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": "device/cucm/PhoneType", "summary_attrs": [ { "name": "PhoneType", "title": "Phone Type Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Analog Phone", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "device": [ { "href": "/api/v0/data/CallManager/5ae89eccaffa931cce38bd4d", "pkid": "5ae89eccaffa931cce38bd4d" } ], "owner": [ { "pkid": "" } ], "parent": [ { "pkid": "5ae89ea2affa931cce38a523", "href": "/api/data/HierarchyNode/5ae89ea2affa931cce38a523" } ], "foreign_key": [], "self": [ { "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/", "pkid": "650ff718e5d8a08848bb09ef" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "650ff718e5d8a08848bb09ef" ], "schema_version": "10.5", "actions": [ { "clone": { "method": "GET", "class": "clone", "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/650ff718e5d8a08848bb09ef/?model_type=device/cucm/PhoneType", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/cucm/PhoneType/650ff718e5d8a08848bb09ef/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "650ff718e5d8a08848bb09ef" }, { "data": { "PhoneType": "Carrier-integrated Mobile", "ProtocolTemplates": [ { "PBT": [ "Standard Carrier-integrated Mobile" ], "Protocol": "SIP", "SupportedFeatures": [ "Automated Alternate Routing (AAR)", "Call Waiting", "Connected Transfer and Conference", "Digest authentication support", "Do Not Disturb", "Dual-Mode", "Enhanced Message Waiting Indicator", "Has phone templates", "Hold Reversion", "Localization", "Mobility", "Multiple Call Display", "Music On Hold", "Network Hold", "Presence Subscription", "Privacy", "Record", "SIP TCP Support", "Shared Line Appearance", "Specify Types of TFTP Config Files", "Use Generic Icon", "User Hold", "Virtual Private Network Client" ], "VendorConfig": "{}", "ExcludedSchemaKeys": [ "useDevicePoolCgpnIngressDN", "preemption", "traceFlag", "authenticationMode", "upgradeFinishTime", "addOnModules.addOnModule", "wirelessLanProfileGroup", "packetCaptureMode", "secureInformationUrl", "isProtected", "wifiHotspotProfile", "addOnModules.addOnModule.loadInformation", "geoLocationName", "certificateOperation", "cgpnIngressDN", "phoneTemplateName", "sshPwd", "singleButtonBarge", "alwaysUsePrimeLine", "AllowPresentationSharingUsingBfcp", "commonPhoneConfigName", "addOnModules.addOnModule.model", "phoneSuite", "featureControlPolicy", "directoryUrl", "secureDirectoryUrl", "retryVideoCallAsAudio", "ringSettingIdleBlfAudibleAlert", "enableCallRoutingToRdWhenNoneIsActive", "certificateStatus", "protocolSide", "dialRulesName", "mlppIndicationStatus", "outboundCallRollover", "authenticationUrl", "idleTimeout", "requireThirdPartyRegistration", "ringSettingBusyBlfAudibleAlert", "mraServiceDomain", "mtpPreferedCodec", "primaryPhoneName", "useDevicePoolCgpnTransformCss", "proxyServerUrl", "phoneServiceDisplay", "secureIdleUrl", "messagesUrl", "joinAcrossLines", "geoLocationFilterName", "remoteDevice", "allowMraMode", "blockIncomingCallsWhenRoaming", "rfc2833Disabled", "keySize", "msisdn", "sendGeoLocation", "secureMessageUrl", "addOnModules__addOnModule__loadInformation", "allowCtiControlFlag", "isDualMode", "useTrustedRelayPoint", "informationUrl", "requireDtmfReception", "builtInBridgeStatus", "secureAuthenticationUrl", "networkLocation", "loadInformation", "authenticationString", "alwaysUsePrimeLineForVoiceMessage", "hlogStatus", "addOnModules.addOnModule.index", "mtpRequired", "homeNetworkId", "enableExtensionMobility", "addOnModules", "allowiXApplicableMedia", "idleUrl", "cgpnTransformationCssName", "earlyOfferSupportForVoiceCall", "commonDeviceConfigName", "defaultProfileName", "secureServicesUrl", "deviceTrustMode", "requireOffPremiseLocation", "packetCaptureDuration", "softkeyTemplateName", "sshUserId", "hotlineDevice" ], "SecurityProfile": [ "Universal Device Template - Security Profile - Encrypted EC preferred", "Universal Device Template - Security Profile - Authenticated", "Universal Device Template - Security Profile - Non-Secure", "Universal Device Template - Security Profile - Encrypted", "Carrier-integrated Mobile - Standard SIP Non-Secure Profile", "Universal Device Template - Security Profile - Encrypted - Device_TFTP" ] } ], "PhoneNameExample": "KHq", "PhoneNamePrefix": "", "PhoneNameFormat": "^[0-9a-zA-Z]{1,15}$", "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": "device/cucm/PhoneType", "summary_attrs": [ { "name": "PhoneType", "title": "Phone Type Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Carrier-integrated Mobile", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "owner": [ { "pkid": "" } ], "device": [ { "href": "/api/v0/data/CallManager/5ae89eccaffa931cce38bd4d", "pkid": "5ae89eccaffa931cce38bd4d" } ], "parent": [ { "pkid": "5ae89ea2affa931cce38a523", "href": "/api/data/HierarchyNode/5ae89ea2affa931cce38a523" } ], "foreign_key": [], "self": [ { "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/", "pkid": "5ae8a10baffa931cce39321f" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "5ae8a10baffa931cce39321f" ], "schema_version": "10.5", "actions": [ { "clone": { "method": "GET", "class": "clone", "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/clone/?schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/5ae8a10baffa931cce39321f/?model_type=device/cucm/PhoneType", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/" } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/export/", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/", "submit": "payload" } }, { "get": { "method": "GET", "class": "get", "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/help", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/cucm/PhoneType/5ae8a10baffa931cce39321f/purge/", "support_async": false, "title": "Purge" } } ], "summary": "false" }, "pkid": "5ae8a10baffa931cce39321f" } ] }
(Show the first instance)
{ "data": { "PhoneNameFormat": "^([aA][nN])[0-9a-fA-F]{13}$", "ProtocolTemplates": [ { "PBT": [ "Standard Analog" ], "Protocol": "SCCP", "SupportedFeatures": [ "Abbreviated Dial", "Automated Alternate Routing (AAR)", "CTI controlled", "Call Pre-emption (for MLPP)", "Call Precedence (for MLPP)", "Call Waiting", "Has phone templates", "Hotline", "Localization", "Multiple Call Display", "Phone attached to a Gateway (Like Chalice)", "Shared Line Appearance", "Show Speeddial Labels", "Specify Types of TFTP Config Files", "Trusted Device" ], "VendorConfig": "{\"type\": \"object\", \"properties\": {\"stcappRegCap\": {\"default\": \"0\", \"type\": [\"string\"], \"choices\": [{\"value\": \"0\", \"title\": \"Gateway Controlled\"}, {\"value\": \"1\", \"title\": \"Modem Relay\"}, {\"value\": \"2\", \"title\": \"Modem Passthrough\"}, {\"value\": \"3\", \"title\": \"Modem Relay and Passthrough\"}, {\"value\": \"4\", \"title\": \"None\"}], \"name\": \"stcappRegCap\", \"description\": \"This controls configuration pushed to the gateway to register latent capabilities with CUCM. <p>\\n The default option of Gateway Controlled allows manual configuration of the options on the gateway, with this setting, commands issued through IOS will not be disturbed. <p>\\n The option of Modem Relay will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-relay.</b><p>\\n The option of Modem Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' modem-passthrough.</b><p>\\n The option of Modem Relay and Passthrough will push configuration to the gateway: <b>stcapp register capability 'voice-port' both </b><p>\\n The option of None will push configuration to the gateway: <b> no stcapp register capability 'voice-port' </b><p>\\n See the IOS documentation for these settings for more information.\\n \", \"title\": \"Latent Capability Registration Setting\"}}}", "ExcludedSchemaKeys": [ "directoryUrl", "secureInformationUrl", "secureServicesUrl", "authenticationUrl", "authenticationMode", "softkeyTemplateName", "keyOrder", "userHoldMohAudioSourceId", "defaultProfileName", "enableCallRoutingToRdWhenNoneIsActive", "sipProfileName", "mraServiceDomain", "singleButtonBarge", "messagesUrl", "enableExtensionMobility", "featureControlPolicy", "secureIdleUrl", "earlyOfferSupportForVoiceCall", "informationUrl", "secureAuthenticationUrl", "blockIncomingCallsWhenRoaming", "ringSettingBusyBlfAudibleAlert", "secureMessageUrl", "msisdn", "phoneSuite", "joinAcrossLines", "outboundCallRollover", "primaryPhoneName", "dndStatus", "retryVideoCallAsAudio", "callInfoPrivacyStatus", "wirelessLanProfileGroup", "geoLocationFilterName", "addOnModules.addOnModule.index", "phoneServiceDisplay", "addOnModules.addOnModule", "networkLocation", "requireDtmfReception", "secureDirectoryUrl", "addOnModules.addOnModule.model", "ecKeySize", "networkHoldMohAudioSourceId", "requireThirdPartyRegistration", "homeNetworkId", "proxyServerUrl", "sshPwd", "ringSettingIdleBlfAudibleAlert", "builtInBridgeStatus", "addOnModules", "packetCaptureDuration", "wifiHotspotProfile", "AllowPresentationSharingUsingBfcp", "traceFlag", "authenticationString", "busyLampFields", "requireOffPremiseLocation", "packetCaptureMode", "loadInformation", "product", "allowMraMode", "sendGeoLocation", "isProtected", "addOnModules__addOnModule__loadInformation", "rfc2833Disabled", "addOnModules.addOnModule.loadInformation", "upgradeFinishTime", "certificateOperation", "sshUserId", "certificateStatus", "allowiXApplicableMedia", "dndOption", "digestUser", "protocolSide", "idleTimeout", "idleUrl", "services", "isDualMode", "dialRulesName" ], "SecurityProfile": [ "Universal Device Template - Security Profile - Encrypted", "Universal Device Template - Security Profile - Encrypted - Device_TFTP", "Universal Device Template - Security Profile - Authenticated", "Universal Device Template - Security Profile - Non-Secure", "Universal Device Template - Security Profile - Encrypted EC preferred", "Analog Phone - Standard SCCP Non-Secure Profile" ] } ], "PhoneNameExample": "ANe5A76A2423c3d", "PhoneNamePrefix": "AN", "PhoneType": "Analog Phone" }, "meta": { "model_type": "device/cucm/PhoneType", "summary_attrs": [ { "name": "PhoneType", "title": "Phone Type Name" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true }, { "name": "summary_device", "title": "Device", "allow_filtering": false } ], "tagged_versions": [], "tags": [], "title": "Analog Phone", "business_key": {}, "api_version": "21.2", "cached": true, "cache_control_policy": "cache_then_device", "references": { "device": [ { "href": "/api/v0/data/CallManager/5ae89edaaffa931cce38c13d", "pkid": "5ae89edaaffa931cce38c13d" } ], "owner": [ { "pkid": "" } ], "parent": [ { "href": "/api/data/HierarchyNode/5ae89ea2affa931cce38a523", "pkid": "5ae89ea2affa931cce38a523" } ], "foreign_key": [], "children": [], "self": [ { "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/", "pkid": "650ff63ee5d8a08848bae7ff" } ] }, "path": [ "6t0ggef2c0deab00hb595101", "5ad5bacbaffa9343e4d93e01", "5ae89b62affa931cce3855c4", "5ae89c0faffa931cce386c0f", "5ae89ea2affa931cce38a523", "650ff63ee5d8a08848bae7ff" ], "schema_version": "11.5", "actions": [ { "clone": { "method": "GET", "class": "clone", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Clone" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/650ff63ee5d8a08848bae7ff/?hierarchy=[hierarchy]&model_type=device/cucm/PhoneType", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "GET", "class": "export", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/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/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/?hierarchy=[hierarchy]", "support_async": false, "title": "Get" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/cucm/PhoneType/650ff63ee5d8a08848bae7ff/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "pkid": "650ff63ee5d8a08848bae7ff" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cucm/PhoneType. | GET | /api/device/cucm/PhoneType/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/PhoneType as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Purge | POST | /api/device/cucm/PhoneType/purge/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cucm/PhoneType/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/PhoneType/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/PhoneType | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/cucm/PhoneType; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/PhoneType/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/cucm/PhoneType and the JSON format can be used to import instances of device/cucm/PhoneType.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/PhoneType/[pkid] | hierarchy=[hierarchy] | The device/cucm/PhoneType instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/PhoneType/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/PhoneType. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/PhoneType/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |