cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3145
Views
5
Helpful
8
Comments
sotoh
Level 1
Level 1

This presentation discusses

  1. how you can customize the CSS in Prime Service Catalog 10.0 to implement company or departmental branding;
  2. using the HTTP/WS Service Link adapter to call REST API endpoints.  There is additional information about this feature in the Prime Service Catalog 10.0 Integration Guide, in the section about HTTP/WS Adapter.

 

There are also some previews of new UI capability  to come in Prime Service Catalog 10.1.

 

Updated January 24, 2014

Comments
lim.park01
Level 1
Level 1

This is great information, in a concise format. Thanks for sharing!

Johan Nemitz
Cisco Employee
Cisco Employee

I think that the section of CSS where the logo in the upper left of  the service catalog is change may not be accurate.  This is the CSS code  in the document:

...

.psc-top-icon {

border:2px solid #333;

background-color: #333;

}

background-image: url("/RequestCenter/custom/ACME/images/acme.png");

...

I found that I had to use the following instead:

<style>
     /* change company logo */
     .psc-header .navbar .brand {
          background-image: url("/RequestCenter/custom/[your style]/images/my_company_logo.png");
          background-repeat: no-repeat;
     }
     </style>
sotoh
Level 1
Level 1

Good catch.  Thanks Johan.  I fixed the PDF file.

Hi,

The material is really helpful. Is there any similar document for REST in v9.3.2? We are yet to migrate to 10.x where we were asked about the REST related possibilities.

Appreciate if you can help me on this.

 

Thanks,

Guna

lim.park01
Level 1
Level 1

I believe REST support in Service Link was introduced in version 10.0...

lim.park01
Level 1
Level 1

Does this apply to only the new Service Catalog module, or also to all the other modules?

Thanks for correcting me, Lim. Is it possible to invoke nsAPI via Service Link agents? Is there any step by step guide I can go through?

A use case is to connect with an external (DOT NET / Java / other) application from CPSC by pushing the data to automate some task in the external application.

For a different use case, I have tried WebServices via Service Link agent. Now the use case is to check the possibility via the nsAPI / REST API.

sotoh
Level 1
Level 1

The CSS instructions are primarily for the Service Catalog module.  The head, before and after .html construct only works in the HTML5 module, which is Service Catalog.  There are some instructions for branding the Service Portal module, which is clearly called out. 

We have separated out the CSS instructions into a separate file, to make it easier for folks who aren't looking for information about making REST calls using Service Link:  https://supportforums.cisco.com/document/12219371/cisco-prime-service-catalog-100-css-guide. 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: