Control Center and Control Center Extended Getting Started
The Control Center service is included in the installation of Cisco Unified Communications Manager (Cisco Unified CM) software. The minimum requirement for using and testing Control Center service is a Cisco Unified CM infrastructure or the Dedicated Lab in the Cisco Sandbox .
The Control Center and Control Center Extended services are included in the installation of Cisco Unified Communications Manager (Unified CM) software.
Services Activation
Activation of Cisco Unified Serviceability services is handled through Cisco Unified CM Administration.
- From the Cisco Unified CM Administration window, select Cisco Unified Serviceability. Then click Go.
- Enter Username and Password, and select Login. The Cisco Unified Serviceability interface is displayed.
- To display the current status of Cisco Unified Serviceability services, and activate or deactivate the services, select Tools > Service Activation to display the Activation Status of services.
- Services are grouped by Control Center - Feature Services and Control Center - Network Services.
- Select Tools > Control Center - Feature Services and Tools > Control Center - Network Services to view the Status and Activation Status of a service.
- Activation Status with the values activated or deactivated
- Status with the values started or not running
- Control Center - Feature Services and Control Center - Network Services provide an interface to control the services.
The Cisco Unified Serviceability window is displayed.
The following example shows the Activation Status of services:
The hierarchy of services’ status is:
For example, from Control Center - Feature Services
and Control Center - Network Services
To activate and configure a service on all the nodes in an environment with a cluster of nodes, review Cluster service activation recommendations.
Application User Configuration
All Serviceability APIs use HTTP 1.0 Basic access authentication which requires username and password credentials. Create an application user in Cisco Unified CM, then use those credentials to authenticate the RisPort requests.
For configuring an application user, refer to Application User Setup.
Application users are assigned to Access Control Groups. An application user can be assigned to:
- An existing group
- A newly configured group
Assigning a User to an Existing Group
To assign an application user to an existing group, select the Standard CCM Server Monitoring group. This is the default group.
Roles are assigned to groups, and users in that group are assigned roles belonging to that group. For example, Standard CCM Server Monitoring group has the three roles assigned to it. This image shows the user being associated to the group which contains those roles.
Assigning a User to a New Group
To create a new group, refer to Access Control Group Setup. Then verify the roles for that new group include at least the Standard CCM Admin Users and Standard SERVICEABILITY roles.
Application Preparation
Your application can use the WSDL file to generate the proper SOAP requests. The WSDL files are located on every Cisco Unified CM Publisher and Subscriber node. Download the WSDL for Control Center at the following URL:
For ControlCenterServcies
https://<server>:8443/controlcenterservice2/services/ControlCenterServices?wsdl
For ControlCenterServciesEx
https://<server>:8443/controlcenterservice2/services/ControlCenterServicesEx?wsdl
With the Cisco Unified Serviceability service activated, a user created, and WSDL consumed, you are ready to make the first request. Use SoapUI to test, become familiar with, and gain a better understanding of the APIs.