|
Table Of Contents
Cisco Unified CME Commands: X
Last Updated: June 19, 2006First Published: February 27, 2006
This chapter contains commands to configure and maintain Cisco Unified Communications Manager Express (formally known as Cisco Unified CallManager Express). The commands are presented in alphabetical order. Some commands required for configuring Cisco Unified Communications Manager Express (Cisco Unified CME) may be found in other Cisco IOS command references. Use the command reference master index or search online to find these commands.
xmlschema
Effective with Cisco Unified CME 4.0, the xmlschema command was made obsolete.
For earlier releases, to specify the URL for a Cisco CME eXtensible Markup Language (XML) application program interface (API) schema, use the xmlschema command in telephony-service configuration mode. To set the URL for the XML API schema to the default, use the no form of this command.
xmlschema schema-url
no xmlschema
Syntax Description
Command Default
srst-its.xsd
Command Modes
Telephony-service configuration
Command History
Examples
The following example specifies a URL for an XML API schema:
Router(config)# telephony-service
Router(config-telephony)# xmlschema http://server2.example.com/schema/schema1.xsd
Related Commands
xmltest
Effective with Cisco Unified CME 4.0, the xmltest command was made obsolete.
For earlier releases, to specify that the HTTP payload in eXtensible Markup Language (XML) application program interface (API) queries be interpreted as having form format, use the xmltest command in telephony-service configuration mode. To specify that the HTTP payload should be interpreted as plain text (no form) format, use the no form of this command.
xmltest
no xmltest
Syntax Description
This command has no arguments or keywords.
Command Default
Plain text (no form) format
Command Modes
Telephony-service configuration
Command History
Examples
The following example specifies that the HTTP payload in XML API queries be interpreted as having form format:
Router(config)# telephony-service
Router(config-telephony)# xmltest
Related Commands
xmlthread
Effective with Cisco Unified CME 4.0, the xmlthread command was made obsolete.
For earlier releases, to set the maximum number of concurrent Cisco CME eXtensible Markup Language (XML) application program interface (API) queries, use the xmlthread command in telephony-service configuration mode. To set the maximum number of queries to the default, use the no form of this command.
xmlthread number
no xmlthread
Syntax Description
Command Default
The maximum number of queries is 2.
Command Modes
Telephony-service configuration
Command History
Examples
The following example sets the maximum number of XML API queries to 5:
Router(config)# telephony-service
Router(config-telephony)# xmlthread 5
xml user
To define a user who is authorized to use XML applications to execute commands, use the xml user command in telephony-service configuration mode. To delete the user, use the no form of this command.
xml user user-name password password privilege-level
no xml user user-name password password privilege-level
Syntax Description
Command Default
An authorized user is not named.
Command Modes
Telephony-service configuration
Command History
Cisco IOS Release Cisco Product Modification12.4(4)XC
Cisco Unified CME 4.0
This command was introduced.
12.4(9)T
Cisco Unified CME 4.0
This command was integrated into Cisco IOS Release 12.4(9)T.
Usage Guidelines
You can configure additional levels of access to commands, called privilege levels, to meet the needs of your users while protecting the system from unauthorized access. Up to 16 privilege levels can be configured using the privilege command, from level 0, which is the most restricted level, to level 15, which is the least restricted level.
Examples
The following example defines user23 as an authorized user at level 15:
Router(config)# telephony-service
Router(config-telephony)# xml user user23 password 3Rs92uzQ 15
Related Commands
Command Descriptionprivilege
Configures a new privilege level for users and associate commands with that privilege level.
Posted: Thu Jul 12 14:57:04 PDT 2007
All contents are Copyright © 1992--2007 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.