Cisco Cisco Intelligent Automation for Cloud 4.3.2 技術マニュアル

ページ / 3
Cisco IAC: Disabling Snapshot Management for
the VSO Role
Document ID: 115623
Contents
Introduction
 Before You Begin
      Requirements
      Components Used
      Conventions
 Modifying the Manage_MyServers Portlet Code
      Using a Text Editor
      Disabling Snapshot Buttons for the VSO Role
 Related Information
Introduction
To successfully disable Snapshot Management for the members of a Virtual Server Owner (VSO) group, you
cannot simply remove the respective permissions from the VSO role. Although the VSO users will not be able
to access these functions, the "My Servers" portlet will still display the corresponding buttons, and will
display an error if any VSO user clicks on them. To prevent this, perform some simple modifications to the
Manage_MyServers portlet code so that it will not display these buttons.
Before You Begin
Requirements
There are no specific requirements for this document.
Components Used
This document is not restricted to specific hardware and software versions.
Conventions
For more information on document conventions, refer to Cisco Technical TipsConventions.
Modifying the Manage_MyServers Portlet Code
In this section, you are presented with the information needed to modify the Manage_MyServers portlet so
that Snapshot buttons are removed for VSO users who should not have this access.
Using a Text Editor
You can use any ASCII text editor to edit the portlet Javascript code, as long as it supports copy and paste and
saving to file. We recommend that you use one that supports on−screen line numbering and search functions.
Remember to save the original code in a local text file before you modify it, so that you can restore it easily if
needed.