URL for a specific Groups page within OC
search cancel

URL for a specific Groups page within OC

book

Article ID: 233724

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

One of our clients wants to see the following page via "click and see", like a dashboard. Is there a way to provide a url of this page so the user can just click and see? I reviewed  Operator Console Endpoints (broadcom.com) but was not sure if it was a possibility.

Currently we can provide only the groups main page and have the user go through several steps to get to the desired page.

Environment

Release : 20.4

Component :

Resolution

It is only possible to go direct to a main page as per the documentation:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/20-4/configuring-and-viewing-monitoring-data/launch-a-standalone-usm.html

  1. Group Tree View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=tree&user=<username>&password=<password>
  2.  
  3. Group Badge View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=badge&user=<username>&password=<password>
  4.  
  5. Group List View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=list&user=<username>&password=<password>
  6.  
  7. Alarm View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=alarm&user=<username>&password=<password>
  8.  
  9. Device Specific Alarm View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=alarm&cs_id=<cs_id>&user=<username>&password=<password>
  10.  
  11. Device View: http://<OC Hostname or IP>/operatorconsole_portlet/standalone.jsp?view=device&cs_id=<cs_id>&user=<username>&password=<password>

 

Otherwise it is possible to use the updated URL after the desired group and view is selected, as in this example how ever it will be necessary to load the URL twice:

http://<OC server name or IP address>/operatorconsole_portlet/groups/0/142?&user=<user name>&password=<user password>  

Additional Information

A custom ACL can be created so the user will only can only see certain things. See:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/20-4/administering/using-account-admin/add-or-modify-users-with-account-admin.html#concept.dita_47a6540198ab8cb897e14035d8e6ed8305f18217_ManageACLsandLDAPinAccountAdmin 

 

  1.