Cisco Cisco Virtual Managed Services 2.0 Installation Guide

Page of 18
A P P E N D I X  
A
Appendix
What are the APIs used in the Cisco VMS Portal?
Cisco VMS Portal uses the following APIs to perform certain tasks. The APIs published by the Cisco VMS
Service Interface (portal) can be browsed at the following URLs. You can obtain the host and port details
from one who sets up Cisco VMS. Host should be the same as the UI host.
• Consume
• Manage
• Monitor
• Identity Management—
• Administration—
Sample Branding and CSS Configuration File
/*
* @name /app-custom.scss
* This file includes custom CSS.
*/
//to change the the logo, the location of the file is
ui/client/app/views/login/templates/_skLogin.html
where the src attribute of the img tag can be changed
//for making css changes to the login page , the location of the file is
ui/client/app/css/login.scss
and each class is explained below
//to adjust the background gradient color of the login page
//if needed, you can also change it left to right using the supported css standards
#login {
background-image: linear-gradient(to bottom, #00BAFF 10%, #5A1991 90%);
Cisco Virtual Managed Services 2.2 Service Interface Administration and Operation Guide    
13