[Index]
Model ref.: device/cucm/SipProfile
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": { "rsvpOverSip": { "title": "Rsvp Over Sip", "minItems": 0, "required": false, "choices": [ { "value": "Local RSVP", "title": "Local RSVP" }, { "value": "E2E", "title": "E2E" } ], "default": "Local RSVP", "maxItems": 1, "type": "string" }, "useCallerIdCallerNameinUriOutgoingRequest": { "description": "Equivalent field on the SIP Profile Configuration page in Cisco Unified CM Administration is renamed from Allow Passthrough of Configured Line Device Caller Information to Enable External Presentation Name and Number", "title": "Use Caller Id Caller Namein Uri Outgoing Request", "minItems": 0, "required": false, "maxItems": 1, "type": "boolean" }, "mlppUserAuthorization": { "title": "Mlpp User Authorization", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "allowPresentationSharingUsingBfcp": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Allow Presentation Sharing Using Bfcp" }, "stopMediaPort": { "title": "Stop Media Port", "minItems": 0, "required": false, "default": 32766, "maxItems": 1, "type": "integer" }, "rerouteIncomingRequest": { "title": "Reroute Incoming Request", "minItems": 0, "required": false, "choices": [ { "value": "Never", "title": "Never" }, { "value": "Contact Header", "title": "Contact Header" }, { "value": "Call-Info Header with purpose=x-cisco-origIP", "title": "Call-Info Header with purpose=x-cisco-origIP" } ], "default": "Never", "maxItems": 1, "type": "string" }, "retryNotInvite": { "title": "Retry Not Invite", "minItems": 0, "required": false, "default": 10, "maxItems": 1, "type": "integer" }, "optionsPingIntervalWhenStatusNotOK": { "title": "Options Ping Interval When Status Not OK", "minItems": 0, "required": false, "default": 120, "maxItems": 1, "type": "integer" }, "meetmeServiceUrl": { "title": "Meetme Service Url", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-meetme", "maxItems": 1, "maxLength": 128, "type": "string" }, "maxRedirects": { "title": "Max Redirects", "minItems": 0, "required": false, "default": 70, "maxItems": 1, "type": "integer" }, "dscpForVideoCalls": { "minItems": 0, "required": false, "type": [ "string", "null" ], "maxItems": 1, "title": "Dscp For Video Calls" }, "stopVideoPort": { "title": "Stop Video Port", "minItems": 0, "required": false, "default": 0, "maxItems": 1, "type": "integer" }, "redirectByApplication": { "title": "Redirect By Application", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "callpickupListUri": { "title": "Callpickup List Uri", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-opickup", "maxItems": 1, "maxLength": 128, "type": "string" }, "timerRegisterDelta": { "title": "Timer Register Delta", "minItems": 0, "required": false, "default": 5, "maxItems": 1, "type": "integer" }, "faxInvite": { "title": "Fax Invite", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "callpickupUri": { "title": "Callpickup Uri", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-pickup", "maxItems": 1, "maxLength": 128, "type": "string" }, "timerInvite": { "title": "Timer Invite", "minItems": 0, "required": false, "default": 180, "maxItems": 1, "type": "integer" }, "callpickupGroupUri": { "title": "Callpickup Group Uri", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-gpickup", "maxItems": 1, "maxLength": 128, "type": "string" }, "name": { "title": "Name", "minItems": 1, "required": true, "maxItems": 1, "maxLength": 50, "type": "string" }, "dialStringInterpretation": { "title": "Dial String Interpretation", "minItems": 1, "required": true, "choices": [ { "value": "Always treat all dial strings as URI addresses", "title": "Always treat all dial strings as URI addresses" }, { "value": "Phone number consists of characters 0-9, A-D, *, #, and + (others treated as URI addresses)", "title": "Phone number consists of characters 0-9, A-D, *, #, and + (others treated as URI addresses)" }, { "value": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "title": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)" } ], "default": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "maxItems": 1, "type": "string" }, "confJointEnable": { "title": "Conf Joint Enable", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "acceptAudioCodecPreferences": { "title": "Accept Audio Codec Preferences", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" }, { "value": "Default", "title": "Default" } ], "default": "Default", "maxItems": 1, "type": "string" }, "connectCallBeforePlayingAnnouncement": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Connect Call Before Playing Announcement" }, "dscpForAudioPortionOfVideoCalls": { "minItems": 0, "required": false, "type": [ "string", "null" ], "maxItems": 1, "title": "Dscp For Audio Portion Of Video Calls" }, "cucmVersionInSipHeader": { "title": "Cucm Version In Sip Header", "minItems": 1, "required": true, "choices": [ { "value": "Major And Minor", "title": "Major And Minor" }, { "value": "Major", "title": "Major" }, { "value": "Major, Minor And Revision", "title": "Major, Minor And Revision" }, { "value": "Full Build", "title": "Full Build" }, { "value": "None", "title": "None" } ], "default": "Major And Minor", "maxItems": 1, "type": "string" }, "optionsPingIntervalWhenStatusOK": { "title": "Options Ping Interval When Status OK", "minItems": 0, "required": false, "default": 60, "maxItems": 1, "type": "integer" }, "timerT1": { "title": "Timer T1", "minItems": 0, "required": false, "default": 500, "maxItems": 1, "type": "integer" }, "timerT2": { "title": "Timer T2", "minItems": 0, "required": false, "default": 4000, "maxItems": 1, "type": "integer" }, "sipSessionRefreshMethod": { "title": "Sip Session Refresh Method", "minItems": 1, "required": true, "choices": [ { "value": "Invite", "title": "Invite" }, { "value": "Update", "title": "Update" } ], "default": "Invite", "maxItems": 1, "type": "string" }, "enableVad": { "title": "Enable Vad", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "callStats": { "title": "Call Stats", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "timerOffHookToFirstDigit": { "title": "Timer Off Hook To First Digit", "minItems": 0, "required": false, "default": 15000, "maxItems": 1, "type": "integer" }, "sipRe11XxEnabled": { "title": "Sip Re11Xx Enabled", "minItems": 0, "required": false, "choices": [ { "value": "Disabled", "title": "Disabled" }, { "value": "Send PRACK if 1xx Contains SDP", "title": "Send PRACK if 1xx Contains SDP" }, { "value": "Send PRACK for all 1xx Messages", "title": "Send PRACK for all 1xx Messages" } ], "default": "Disabled", "maxItems": 1, "type": "string" }, "sipOptionsRetryCount": { "title": "Sip Options Retry Count", "minItems": 0, "required": false, "default": 6, "maxItems": 1, "type": "integer" }, "sipNormalizationScript": { "target": "/api/device/cucm/SIPNormalizationScript/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "minItems": 0, "required": false, "choices": [], "target_attr": "name", "maxItems": 1, "target_model_type": "device/cucm/SIPNormalizationScript", "title": "Sip Normalization Script", "type": [ "string", "null" ] }, "allowiXApplicationMedia": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Allowi X Application Media" }, "telnetLevel": { "title": "Telnet Level", "minItems": 0, "required": false, "choices": [ { "value": "Disabled", "title": "Disabled" }, { "value": "Limited", "title": "Limited" }, { "value": "Enabled", "title": "Enabled" } ], "default": "Disabled", "maxItems": 1, "type": "string" }, "allowRRAndRSBandwidthModifier": { "title": "Allow RR And RS Bandwidth Modifier", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "userInfo": { "title": "User Info", "minItems": 0, "required": false, "choices": [ { "value": "None", "title": "None" }, { "value": "Phone", "title": "Phone" }, { "value": "IP", "title": "IP" } ], "default": "None", "maxItems": 1, "type": "string" }, "enableOutboundOptionsPing": { "title": "Enable Outbound Options Ping", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "rfc2543Hold": { "title": "Rfc2543Hold", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "callHoldRingback": { "title": "Call Hold Ringback", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" } ], "default": "Off", "maxItems": 1, "type": "string" }, "callingLineIdentification": { "title": "Calling Line Identification", "minItems": 1, "required": true, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Strict From URI presentation Only", "title": "Strict From URI presentation Only" }, { "value": "Strict Identity Headers presentation Only", "title": "Strict Identity Headers presentation Only" } ], "default": "Default", "maxItems": 1, "type": "string" }, "dscpForTelePresenceCalls": { "minItems": 0, "required": false, "type": [ "string", "null" ], "maxItems": 1, "title": "Dscp For Tele Presence Calls" }, "userAgentServerHeaderInfo": { "title": "User Agent Server Header Info", "minItems": 1, "required": true, "choices": [ { "value": "Send Unified CM Version Information as User-Agent Header", "title": "Send Unified CM Version Information as User-Agent Header" }, { "value": "Pass Through Received Information as Contact Header Parameters", "title": "Pass Through Received Information as Contact Header Parameters" }, { "value": "Pass Through Received Information as User-Agent and Server Header", "title": "Pass Through Received Information as User-Agent and Server Header" } ], "default": "Send Unified CM Version Information as User-Agent Header", "maxItems": 1, "type": "string" }, "sendRecvSDPInMidCallInvite": { "description": "This field is editable only if earlyOfferSupportForVoiceCall is set to true.", "title": "Send Recv SDP In Mid Call Invite", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "startMediaPort": { "title": "Start Media Port", "minItems": 0, "required": false, "default": 16384, "maxItems": 1, "type": "integer" }, "scriptParameters": { "description": "This field will be enabled only when SIP Normalization Script is present.", "title": "Script Parameters", "minItems": 0, "required": false, "maxItems": 1, "type": "string" }, "isScriptTraceEnabled": { "description": "This field will be enabled only when SIP Normalization Script is present.", "title": "Is Script Trace Enabled", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "enableExternalQoS": { "title": "Enable External Qo S", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "anonymousCallBlock": { "title": "Anonymous Call Block", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" } ], "default": "Off", "maxItems": 1, "type": "string" }, "earlyOfferSuppVoiceCall": { "title": "Early Offer Supp Voice Call", "minItems": 1, "required": true, "choices": [ { "value": "Disabled (Default value)", "title": "Disabled (Default value)" }, { "value": "Best Effort (no MTP inserted)", "title": "Best Effort (no MTP inserted)" }, { "value": "Mandatory (insert MTP if needed)", "title": "Mandatory (insert MTP if needed)" } ], "default": "Disabled (Default value)", "maxItems": 1, "type": "string" }, "enableAnatForEarlyOfferCalls": { "title": "Enable Anat For Early Offer Calls", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "dscpForAudioPortionOfTelePresenceCalls": { "minItems": 0, "required": false, "type": [ "string", "null" ], "maxItems": 1, "title": "Dscp For Audio Portion Of Tele Presence Calls" }, "dtmfDbLevel": { "title": "Dtmf Db Level", "minItems": 0, "required": false, "choices": [ { "value": "6 dB below nominal", "title": "6 dB below nominal" }, { "value": "3 dB below nominal", "title": "3 dB below nominal" }, { "value": "Nominal", "title": "Nominal" }, { "value": "3 dB above nominal", "title": "3 dB above nominal" }, { "value": "6 dB above nominal", "title": "6 dB above nominal" } ], "default": "Nominal", "maxItems": 1, "type": "string" }, "dscpForAudioCalls": { "minItems": 0, "required": false, "type": [ "string", "null" ], "maxItems": 1, "title": "Dscp For Audio Calls" }, "sdpTransparency": { "description": "SDP Transparency Profile for SIP Profile", "title": "Sdp Transparency", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "fallbackToLocalRsvp": { "title": "Fallback To Local Rsvp", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "t38Invite": { "title": "T38Invite", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "defaultTelephonyEventPayloadType": { "title": "Default Telephony Event Payload Type", "minItems": 0, "required": false, "default": 101, "maxItems": 1, "type": "integer" }, "retryInvite": { "title": "Retry Invite", "minItems": 0, "required": false, "default": 6, "maxItems": 1, "type": "integer" }, "destRouteString": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Dest Route String" }, "semiAttendedTransfer": { "title": "Semi Attended Transfer", "minItems": 0, "required": false, "default": true, "maxItems": 1, "type": "boolean" }, "isAssuredSipServiceEnabled": { "title": "Is Assured Sip Service Enabled", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "rejectAnonymousOutgoingCall": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Reject Anonymous Outgoing Call" }, "allowMultipleCodecs": { "title": "Allow Multiple Codecs", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "timerRegister": { "title": "Timer Register", "minItems": 0, "required": false, "default": 3600, "maxItems": 1, "type": "integer" }, "ringing180": { "title": "Ringing180", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "timerSubscribe": { "title": "Timer Subscribe", "minItems": 0, "required": false, "default": 120, "maxItems": 1, "type": "integer" }, "externalPresentationInfo": { "title": "External Presentation Info", "minItems": 0, "required": false, "maxItems": 1, "type": "object", "properties": { "isAnonymous": { "name": "isAnonymous", "title": "Is Anonymous", "minItems": 0, "required": false, "maxItems": 1, "type": "boolean" }, "presentationInfo": { "name": "presentationInfo", "title": "Presentation Info", "minItems": 0, "required": false, "maxItems": 1, "type": [ "object", "null" ], "properties": { "externalPresentationNumber": { "name": "externalPresentationNumber", "title": "External Presentation Number", "minItems": 0, "required": false, "maxItems": 1, "type": [ "string", "null" ] }, "externalPresentationName": { "name": "externalPresentationName", "title": "External Presentation Name", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 50, "type": [ "string", "null" ] } } } } }, "sipOptionsRetryTimer": { "title": "Sip Options Retry Timer", "minItems": 0, "required": false, "default": 500, "maxItems": 1, "type": "integer" }, "dndControl": { "title": "Dnd Control", "minItems": 0, "required": false, "choices": [ { "value": "User", "title": "User" }, { "value": "Admin", "title": "Admin" } ], "default": "User", "maxItems": 1, "type": "string" }, "sipBandwidthModifier": { "title": "Sip Bandwidth Modifier", "minItems": 1, "required": true, "choices": [ { "value": "TIAS and AS", "title": "TIAS and AS" }, { "value": "TIAS only", "title": "TIAS only" }, { "value": "AS only", "title": "AS only" }, { "value": "CT only", "title": "CT only" } ], "default": "TIAS and AS", "maxItems": 1, "type": "string" }, "callForwardUri": { "title": "Call Forward Uri", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-cfwdall", "maxItems": 1, "maxLength": 128, "type": "string" }, "timerSubscribeDelta": { "title": "Timer Subscribe Delta", "minItems": 0, "required": false, "default": 5, "maxItems": 1, "type": "integer" }, "callerIdBlock": { "title": "Caller Id Block", "minItems": 0, "required": false, "choices": [ { "value": "Off", "title": "Off" }, { "value": "On", "title": "On" } ], "default": "Off", "maxItems": 1, "type": "string" }, "startVideoPort": { "title": "Start Video Port", "minItems": 0, "required": false, "default": 0, "maxItems": 1, "type": "integer" }, "deliverConferenceBridgeIdentifier": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Deliver Conference Bridge Identifier" }, "inactiveSDPRequired": { "title": "Inactive SDP Required", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" }, "abbreviatedDialUri": { "title": "Abbreviated Dial Uri", "minItems": 0, "required": false, "default": "x-cisco-serviceuri-abbrdial", "maxItems": 1, "maxLength": 128, "type": "string" }, "description": { "title": "Description", "minItems": 0, "required": false, "maxItems": 1, "maxLength": 100, "type": [ "string", "null" ] }, "gClear": { "title": "G Clear", "minItems": 0, "required": false, "choices": [ { "value": "Disabled", "title": "Disabled" }, { "value": "CLEARMODE", "title": "CLEARMODE" }, { "value": "CCD", "title": "CCD" }, { "value": "G.nX64", "title": "G.nX64" }, { "value": "X-CCD", "title": "X-CCD" } ], "default": "Disabled", "maxItems": 1, "type": "string" }, "resourcePriorityNamespaceListName": { "target": "/api/device/cucm/ResourcePriorityNamespaceList/choices/?field=name&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "minItems": 0, "required": false, "choices": [], "target_attr": "name", "maxItems": 1, "target_model_type": "device/cucm/ResourcePriorityNamespaceList", "title": "Resource Priority Namespace List Name", "type": [ "string", "null" ] }, "rejectAnonymousIncomingCall": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Reject Anonymous Incoming Call" }, "videoCallTrafficClass": { "title": "Video Call Traffic Class", "minItems": 0, "required": false, "choices": [ { "value": "Immersive", "title": "Immersive" }, { "value": "Desktop", "title": "Desktop" }, { "value": "Mixed", "title": "Mixed" } ], "default": "Mixed", "maxItems": 1, "type": "string" }, "resourcePriorityNamespace": { "target": "/api/device/cucm/ResourcePriorityNamespace/choices/?field=namespace&format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "format": "uri", "minItems": 0, "required": false, "choices": [], "target_attr": "namespace", "maxItems": 1, "target_model_type": "device/cucm/ResourcePriorityNamespace", "title": "Resource Priority Namespace", "type": [ "string", "null" ] }, "timerKeepAlive": { "title": "Timer Keep Alive", "minItems": 0, "required": false, "default": 120, "maxItems": 1, "type": "integer" }, "enableUriOutdialSupport": { "minItems": 0, "required": false, "type": "boolean", "maxItems": 1, "title": "Enable Uri Outdial Support" }, "stutterMsgWaiting": { "title": "Stutter Msg Waiting", "minItems": 0, "required": false, "default": false, "maxItems": 1, "type": "boolean" } }, "schema_version": "14.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/cucm/SipProfile/add/ |
|
The GUI Add form of device/cucm/SipProfile as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/device/cucm/SipProfile | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/cucm/SipProfile/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/cucm/SipProfile/[pkid1]", "/api/device/cucm/SipProfile/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/cucm/SipProfile/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/cucm/SipProfile/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/cucm/SipProfile/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/cucm/SipProfile/[pkid1]", "/api/v0/device/cucm/SipProfile/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/cucm/SipProfile/?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/SipProfile |
|
{"hrefs": ["/api/device/cucm/SipProfile/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/cucm/SipProfile |
|
{"hrefs": ["/api/device/cucm/SipProfile/[pkid1]", "/api/device/cucm/SipProfile/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/cucm/SipProfile; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/cucm/SipProfile/export/ |
|
{ "hrefs":["/api/device/cucm/SipProfile/[pkid1]", "/api/device/cucm/SipProfile/[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/SipProfile and the JSON format can be used to import instances of device/cucm/SipProfile.
GET http://[host-proxy]/api/device/cucm/SipProfile/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/cucm/SipProfile | POST | /api/device/cucm/SipProfile/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/SipProfile/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/SipProfile/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/cucm/SipProfile/ |
|
The device/cucm/SipProfile schema and all instances as JSON. |
(The list will return 0 to 3 device/cucm/SipProfile instances)
{ "operations": [ "field_display_policy", "configuration_template", "export_bulkload_template", "move", "transform", "export", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/device/cucm/SipProfile/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 6 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": {}, "schema_version": "14.0", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/device/cucm/SipProfile/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cucm/SipProfile/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/device/cucm/SipProfile/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/cucm/SipProfile", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/SipProfile/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/device/cucm/SipProfile/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/device/cucm/SipProfile/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/device/cucm/SipProfile/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "list": { "support_async": false, "class": "list", "href": "/api/device/cucm/SipProfile/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/SipProfile/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/SipProfile/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } } ], "model_type": "device/cucm/SipProfile", "model_specific_actions": [ "field_display_policy", "configuration_template", "help", "get", "clone", "move", "list", "update", "remove", "bulk_update_form", "add", "export", "apply", "export_bulkload_template", "restart" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "5f3ae631ce894e0012057050", "meta": { "tags": [], "cached": true, "title": "Standard SIP Profile", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5f3ae58ace894e00120550c2", "href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2" } ], "self": [ { "pkid": "5f3ae631ce894e0012057050", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/" } ], "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5f3ae631ce894e0012057050/?model_type=device/cucm/SipProfile", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/help", "method": "GET", "title": "Help" } }, { "apply": { "title": "Apply", "support_async": true, "method": "POST", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/+apply/", "class": "custom", "view": "/api/device/cucm/SipProfile/+apply/schema/" } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/purge/", "method": "POST", "title": "Purge" } }, { "restart": { "title": "Restart", "support_async": true, "method": "POST", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/+restart/", "class": "custom", "view": "/api/device/cucm/SipProfile/+restart/schema/" } } ], "model_type": "device/cucm/SipProfile", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae631ce894e0012057050" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "rsvpOverSip": "Local RSVP", "useCallerIdCallerNameinUriOutgoingRequest": false, "mlppUserAuthorization": false, "allowPresentationSharingUsingBfcp": false, "stopMediaPort": 32766, "rerouteIncomingRequest": "Never", "callerIdDn": null, "summary_device": "Dedicated CUCM, 192.168.100.15, 8443, hcs.CS-P.CS-AB.AB_Group", "retryNotInvite": 10, "optionsPingIntervalWhenStatusNotOK": 120, "meetmeServiceUrl": "x-cisco-serviceuri-meetme", "maxRedirects": 70, "dscpForVideoCalls": null, "stopVideoPort": 0, "redirectByApplication": false, "callpickupListUri": "x-cisco-serviceuri-opickup", "timerRegisterDelta": 5, "faxInvite": false, "callpickupUri": "x-cisco-serviceuri-pickup", "timerInvite": 180, "callpickupGroupUri": "x-cisco-serviceuri-gpickup", "name": "Standard SIP Profile", "dialStringInterpretation": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "confJointEnable": true, "callForwardUri": "x-cisco-serviceuri-cfwdall", "connectCallBeforePlayingAnnouncement": false, "dscpForAudioPortionOfVideoCalls": null, "cucmVersionInSipHeader": "Major And Minor", "optionsPingIntervalWhenStatusOK": 60, "timerT1": 500, "timerT2": 4000, "sipSessionRefreshMethod": "Invite", "enableVad": false, "callStats": false, "hierarchy_friendly_name": "AB_Group (Customer)", "timerOffHookToFirstDigit": 15000, "sipRe11XxEnabled": "Disabled", "sipOptionsRetryCount": 6, "sipNormalizationScript": null, "allowiXApplicationMedia": false, "telnetLevel": "Disabled", "userInfo": "None", "enableOutboundOptionsPing": false, "rfc2543Hold": false, "callHoldRingback": "Off", "callingLineIdentification": "Default", "hierarchy": "5f3ae552ce894e00120537fa", "dscpForTelePresenceCalls": null, "userAgentServerHeaderInfo": "Send Unified CM Version Information as User-Agent Header", "sendRecvSDPInMidCallInvite": false, "startMediaPort": 16384, "isScriptTraceEnabled": false, "enableExternalQoS": false, "anonymousCallBlock": "Off", "earlyOfferSuppVoiceCall": "Disabled (Default value)", "enableAnatForEarlyOfferCalls": false, "dscpForAudioPortionOfTelePresenceCalls": null, "dtmfDbLevel": "Nominal", "dscpForAudioCalls": null, "sdpTransparency": null, "fallbackToLocalRsvp": true, "t38Invite": false, "defaultTelephonyEventPayloadType": 101, "retryInvite": 6, "destRouteString": false, "semiAttendedTransfer": true, "isAssuredSipServiceEnabled": false, "rejectAnonymousOutgoingCall": false, "allowMultipleCodecs": false, "acceptAudioCodecPreferences": "Default", "ringing180": false, "timerSubscribe": 120, "sipOptionsRetryTimer": 500, "dndControl": "User", "sipBandwidthModifier": "TIAS and AS", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group", "timerSubscribeDelta": 5, "callerIdBlock": "Off", "startVideoPort": 0, "deliverConferenceBridgeIdentifier": false, "inactiveSDPRequired": false, "abbreviatedDialUri": "x-cisco-serviceuri-abbrdial", "description": "Default SIP Profile", "gClear": "Disabled", "resourcePriorityNamespaceListName": null, "rejectAnonymousIncomingCall": false, "videoCallTrafficClass": "Mixed", "timerRegister": 3600, "resourcePriorityNamespace": null, "timerKeepAlive": 120, "enableUriOutdialSupport": false, "stutterMsgWaiting": false } }, { "pkid": "5f3ae631ce894e0012057026", "meta": { "tags": [], "cached": true, "title": "Standard SIP Profile For Cisco VCS", "business_key": {}, "schema_version": "", "summary": "false", "references": { "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5f3ae58ace894e00120550c2", "href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2" } ], "self": [ { "pkid": "5f3ae631ce894e0012057026", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/" } ], "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5f3ae631ce894e0012057026/?model_type=device/cucm/SipProfile", "method": "POST", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/help", "title": "Help", "class": "help", "method": "GET" } }, { "apply": { "title": "Apply", "support_async": true, "class": "custom", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/+apply/", "method": "POST", "view": "/api/device/cucm/SipProfile/+apply/schema/" } }, { "purge": { "support_async": false, "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/purge/", "title": "Purge", "class": "purge", "method": "POST" } }, { "restart": { "title": "Restart", "support_async": true, "class": "custom", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057026/+restart/", "method": "POST", "view": "/api/device/cucm/SipProfile/+restart/schema/" } } ], "model_type": "device/cucm/SipProfile", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae631ce894e0012057026" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "rsvpOverSip": "Local RSVP", "useCallerIdCallerNameinUriOutgoingRequest": false, "mlppUserAuthorization": false, "allowPresentationSharingUsingBfcp": true, "stopMediaPort": 32766, "rerouteIncomingRequest": "Never", "callerIdDn": null, "summary_device": "Dedicated CUCM, 192.168.100.15, 8443, hcs.CS-P.CS-AB.AB_Group", "retryNotInvite": 10, "optionsPingIntervalWhenStatusNotOK": 120, "meetmeServiceUrl": "x-cisco-serviceuri-meetme", "maxRedirects": 70, "dscpForVideoCalls": null, "stopVideoPort": 0, "redirectByApplication": true, "callpickupListUri": "x-cisco-serviceuri-opickup", "timerRegisterDelta": 5, "faxInvite": false, "callpickupUri": "x-cisco-serviceuri-pickup", "timerInvite": 180, "callpickupGroupUri": "x-cisco-serviceuri-gpickup", "name": "Standard SIP Profile For Cisco VCS", "dialStringInterpretation": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "confJointEnable": true, "callForwardUri": "x-cisco-serviceuri-cfwdall", "connectCallBeforePlayingAnnouncement": false, "dscpForAudioPortionOfVideoCalls": null, "cucmVersionInSipHeader": "Major And Minor", "optionsPingIntervalWhenStatusOK": 60, "timerT1": 500, "timerT2": 4000, "sipSessionRefreshMethod": "Invite", "enableVad": false, "callStats": false, "hierarchy_friendly_name": "AB_Group (Customer)", "timerOffHookToFirstDigit": 15000, "sipRe11XxEnabled": "Disabled", "sipOptionsRetryCount": 6, "sipNormalizationScript": null, "allowiXApplicationMedia": true, "telnetLevel": "Disabled", "userInfo": "None", "enableOutboundOptionsPing": true, "rfc2543Hold": false, "callHoldRingback": "Off", "callingLineIdentification": "Default", "hierarchy": "5f3ae552ce894e00120537fa", "dscpForTelePresenceCalls": null, "userAgentServerHeaderInfo": "Send Unified CM Version Information as User-Agent Header", "sendRecvSDPInMidCallInvite": false, "startMediaPort": 16384, "isScriptTraceEnabled": false, "enableExternalQoS": false, "anonymousCallBlock": "Off", "earlyOfferSuppVoiceCall": "Disabled (Default value)", "enableAnatForEarlyOfferCalls": false, "dscpForAudioPortionOfTelePresenceCalls": null, "dtmfDbLevel": "Nominal", "dscpForAudioCalls": null, "sdpTransparency": "Pass all unknown SDP attributes", "fallbackToLocalRsvp": true, "t38Invite": false, "defaultTelephonyEventPayloadType": 101, "retryInvite": 6, "destRouteString": false, "semiAttendedTransfer": true, "isAssuredSipServiceEnabled": false, "rejectAnonymousOutgoingCall": false, "allowMultipleCodecs": true, "acceptAudioCodecPreferences": "Default", "ringing180": false, "timerSubscribe": 120, "sipOptionsRetryTimer": 500, "dndControl": "User", "sipBandwidthModifier": "TIAS and AS", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group", "timerSubscribeDelta": 5, "callerIdBlock": "Off", "startVideoPort": 0, "deliverConferenceBridgeIdentifier": false, "inactiveSDPRequired": false, "abbreviatedDialUri": "x-cisco-serviceuri-abbrdial", "description": "Default SIP Profile For Cisco Video Communication Server", "gClear": "Disabled", "resourcePriorityNamespaceListName": null, "rejectAnonymousIncomingCall": false, "videoCallTrafficClass": "Immersive", "timerRegister": 3600, "resourcePriorityNamespace": null, "timerKeepAlive": 120, "enableUriOutdialSupport": true, "stutterMsgWaiting": false } }, { "pkid": "5f3aeb2cce894e001206ba94", "meta": { "tags": [], "cached": true, "title": "Standard SIP Profile for HCS Voice Mail", "business_key": {}, "schema_version": "", "summary": "false", "references": { "device": [ { "pkid": "5f3ae58ace894e00120550c2", "href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3aeb2cce894e001206ba94", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/" } ], "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "method": "POST", "href": "/api/tool/DataMove/5f3aeb2cce894e001206ba94/?model_type=device/cucm/SipProfile", "class": "move", "view": "/api/tool/DataMove/" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/help", "class": "help", "title": "Help" } }, { "apply": { "title": "Apply", "support_async": true, "class": "custom", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/+apply/", "method": "POST", "view": "/api/device/cucm/SipProfile/+apply/schema/" } }, { "purge": { "support_async": false, "method": "POST", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/purge/", "class": "purge", "title": "Purge" } }, { "restart": { "title": "Restart", "support_async": true, "class": "custom", "href": "/api/device/cucm/SipProfile/5f3aeb2cce894e001206ba94/+restart/", "method": "POST", "view": "/api/device/cucm/SipProfile/+restart/schema/" } } ], "model_type": "device/cucm/SipProfile", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3aeb2cce894e001206ba94" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "rsvpOverSip": "Local RSVP", "useCallerIdCallerNameinUriOutgoingRequest": false, "mlppUserAuthorization": false, "allowPresentationSharingUsingBfcp": false, "stopMediaPort": 32766, "rerouteIncomingRequest": "Never", "callerIdDn": null, "summary_device": "Dedicated CUCM, 192.168.100.15, 8443, hcs.CS-P.CS-AB.AB_Group", "retryNotInvite": 10, "optionsPingIntervalWhenStatusNotOK": 120, "meetmeServiceUrl": "x-cisco-serviceuri-meetme", "maxRedirects": 70, "dscpForVideoCalls": null, "stopVideoPort": 0, "redirectByApplication": false, "callpickupListUri": "x-cisco-serviceuri-opickup", "timerRegisterDelta": 5, "faxInvite": false, "callpickupUri": "x-cisco-serviceuri-pickup", "timerInvite": 180, "callpickupGroupUri": "x-cisco-serviceuri-gpickup", "name": "Standard SIP Profile for HCS Voice Mail", "dialStringInterpretation": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "confJointEnable": true, "callForwardUri": "x-cisco-serviceuri-cfwdall", "connectCallBeforePlayingAnnouncement": false, "dscpForAudioPortionOfVideoCalls": null, "cucmVersionInSipHeader": "Major And Minor", "optionsPingIntervalWhenStatusOK": 60, "timerT1": 500, "timerT2": 4000, "sipSessionRefreshMethod": "Invite", "enableVad": false, "callStats": false, "hierarchy_friendly_name": "AB_Group (Customer)", "timerOffHookToFirstDigit": 15000, "sipRe11XxEnabled": "Send PRACK if 1xx Contains SDP", "sipOptionsRetryCount": 6, "sipNormalizationScript": null, "allowiXApplicationMedia": false, "telnetLevel": "Disabled", "userInfo": "None", "enableOutboundOptionsPing": false, "rfc2543Hold": false, "callHoldRingback": "Off", "callingLineIdentification": "Default", "dscpForTelePresenceCalls": null, "userAgentServerHeaderInfo": "Send Unified CM Version Information as User-Agent Header", "sendRecvSDPInMidCallInvite": false, "startMediaPort": 16384, "isScriptTraceEnabled": false, "enableExternalQoS": false, "anonymousCallBlock": "Off", "earlyOfferSuppVoiceCall": "Disabled (Default value)", "enableAnatForEarlyOfferCalls": false, "dscpForAudioPortionOfTelePresenceCalls": null, "dtmfDbLevel": "Nominal", "dscpForAudioCalls": null, "sdpTransparency": "Pass all unknown SDP attributes", "fallbackToLocalRsvp": true, "t38Invite": false, "defaultTelephonyEventPayloadType": 101, "retryInvite": 6, "destRouteString": false, "semiAttendedTransfer": true, "isAssuredSipServiceEnabled": false, "rejectAnonymousOutgoingCall": false, "allowMultipleCodecs": false, "acceptAudioCodecPreferences": "Default", "ringing180": false, "timerSubscribe": 120, "sipOptionsRetryTimer": 500, "dndControl": "User", "sipBandwidthModifier": "TIAS and AS", "hierarchy_path": "sys.hcs.CS-P.CS-AB.AB_Group", "timerSubscribeDelta": 5, "callerIdBlock": "Off", "startVideoPort": 0, "deliverConferenceBridgeIdentifier": false, "inactiveSDPRequired": false, "abbreviatedDialUri": "x-cisco-serviceuri-abbrdial", "description": "Default SIP Profile for deployed HCS Voice Mail services", "gClear": "Disabled", "resourcePriorityNamespaceListName": null, "rejectAnonymousIncomingCall": false, "videoCallTrafficClass": "Mixed", "timerRegister": 3600, "resourcePriorityNamespace": null, "timerKeepAlive": 120, "enableUriOutdialSupport": false, "stutterMsgWaiting": false } } ] }
(Show the first instance)
{ "pkid": "5f3ae631ce894e0012057050", "meta": { "tags": [], "cached": true, "cache_control_policy": "cache_then_device", "title": "Standard SIP Profile", "business_key": {}, "schema_version": "11.5", "references": { "parent": [ { "pkid": "5f3ae552ce894e00120537fa", "href": "/api/data/HierarchyNode/5f3ae552ce894e00120537fa" } ], "self": [ { "pkid": "5f3ae631ce894e0012057050", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/" } ], "foreign_key": [], "owner": [ { "pkid": "" } ], "device": [ { "pkid": "5f3ae58ace894e00120550c2", "href": "/api/v0/data/CallManager/5f3ae58ace894e00120550c2" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "move": { "title": "Move", "support_async": true, "class": "move", "href": "/api/tool/DataMove/5f3ae631ce894e0012057050/?hierarchy=[hierarchy]&model_type=device/cucm/SipProfile", "method": "POST", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "apply": { "title": "Apply", "support_async": true, "method": "POST", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/+apply/?hierarchy=[hierarchy]", "class": "custom", "view": "/api/device/cucm/SipProfile/+apply/schema/?auth_token=[authtoken] } }, { "purge": { "support_async": false, "class": "purge", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/purge/?hierarchy=[hierarchy]", "method": "POST", "title": "Purge" } }, { "restart": { "title": "Restart", "support_async": true, "method": "POST", "href": "/api/device/cucm/SipProfile/5f3ae631ce894e0012057050/+restart/?hierarchy=[hierarchy]", "class": "custom", "view": "/api/device/cucm/SipProfile/+restart/schema/?auth_token=[authtoken] } } ], "model_type": "device/cucm/SipProfile", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae256ce894e001204f7db", "5f3ae552ce894e00120537fa", "5f3ae631ce894e0012057050" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "name": "description", "title": "Description" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" }, { "allow_filtering": false, "name": "summary_device", "title": "Device" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "rsvpOverSip": "Local RSVP", "useCallerIdCallerNameinUriOutgoingRequest": false, "mlppUserAuthorization": false, "allowPresentationSharingUsingBfcp": false, "stopMediaPort": 32766, "rerouteIncomingRequest": "Never", "callerIdDn": null, "retryNotInvite": 10, "optionsPingIntervalWhenStatusNotOK": 120, "meetmeServiceUrl": "x-cisco-serviceuri-meetme", "maxRedirects": 70, "dscpForVideoCalls": null, "stopVideoPort": 0, "redirectByApplication": false, "callpickupListUri": "x-cisco-serviceuri-opickup", "timerRegisterDelta": 5, "faxInvite": false, "callpickupUri": "x-cisco-serviceuri-pickup", "timerInvite": 180, "callpickupGroupUri": "x-cisco-serviceuri-gpickup", "name": "Standard SIP Profile", "dialStringInterpretation": "Phone number consists of characters 0-9, *, #, and + (others treated as URI addresses)", "confJointEnable": true, "callForwardUri": "x-cisco-serviceuri-cfwdall", "connectCallBeforePlayingAnnouncement": false, "dscpForAudioPortionOfVideoCalls": null, "cucmVersionInSipHeader": "Major And Minor", "optionsPingIntervalWhenStatusOK": 60, "timerT1": 500, "timerT2": 4000, "sipSessionRefreshMethod": "Invite", "enableVad": false, "callStats": false, "timerOffHookToFirstDigit": 15000, "sipRe11XxEnabled": "Disabled", "sipOptionsRetryCount": 6, "sipNormalizationScript": null, "allowiXApplicationMedia": false, "telnetLevel": "Disabled", "userInfo": "None", "enableOutboundOptionsPing": false, "rfc2543Hold": false, "callHoldRingback": "Off", "callingLineIdentification": "Default", "dscpForTelePresenceCalls": null, "userAgentServerHeaderInfo": "Send Unified CM Version Information as User-Agent Header", "sendRecvSDPInMidCallInvite": false, "startMediaPort": 16384, "isScriptTraceEnabled": false, "enableExternalQoS": false, "anonymousCallBlock": "Off", "earlyOfferSuppVoiceCall": "Disabled (Default value)", "enableAnatForEarlyOfferCalls": false, "dscpForAudioPortionOfTelePresenceCalls": null, "dtmfDbLevel": "Nominal", "dscpForAudioCalls": null, "sdpTransparency": null, "fallbackToLocalRsvp": true, "t38Invite": false, "defaultTelephonyEventPayloadType": 101, "retryInvite": 6, "destRouteString": false, "semiAttendedTransfer": true, "isAssuredSipServiceEnabled": false, "rejectAnonymousOutgoingCall": false, "allowMultipleCodecs": false, "acceptAudioCodecPreferences": "Default", "ringing180": false, "timerSubscribe": 120, "sipOptionsRetryTimer": 500, "dndControl": "User", "sipBandwidthModifier": "TIAS and AS", "timerSubscribeDelta": 5, "callerIdBlock": "Off", "startVideoPort": 0, "deliverConferenceBridgeIdentifier": false, "inactiveSDPRequired": false, "abbreviatedDialUri": "x-cisco-serviceuri-abbrdial", "description": "Default SIP Profile", "gClear": "Disabled", "resourcePriorityNamespaceListName": null, "rejectAnonymousIncomingCall": false, "videoCallTrafficClass": "Mixed", "timerRegister": 3600, "resourcePriorityNamespace": null, "timerKeepAlive": 120, "enableUriOutdialSupport": false, "stutterMsgWaiting": false } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/cucm/SipProfile. | GET | /api/device/cucm/SipProfile/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/cucm/SipProfile as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/cucm/SipProfile/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/cucm/SipProfile/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/cucm/SipProfile/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/cucm/SipProfile/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/cucm/SipProfile | 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/SipProfile; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/cucm/SipProfile/[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/SipProfile and the JSON format can be used to import instances of device/cucm/SipProfile.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/cucm/SipProfile/[pkid] | hierarchy=[hierarchy] | The device/cucm/SipProfile instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/cucm/SipProfile/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/cucm/SipProfile. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Apply | POST | /api/device/cucm/SipProfile/[pkid]/+apply | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/cucm/SipProfile/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Restart | POST | /api/device/cucm/SipProfile/[pkid]/+restart | hierarchy=[hierarchy] | If payload required: |