Administer > Integrate NNMi Elsewhere with URLs > Launch a Dashboard (showDashboard)

Launch a Dashboard (showDashboard)

The showDashboard command displays a subset of information available about an object in a graphical format.

To launch a particular dashboard, use the following URL:

http://<serverName>:<portNumber>/nnm/launch?cmd=showDashboard...

Note If the NNMi Web server uses the https protocol, use https instead of http.

<serverName> = the fully-qualified domain name of the NNMi management server (values allowed here are determined by the Enable URL Redirect setting in User Interface Configuration, see Configure the NNMi User Interface)

<portNumber> = the NNMi HTTP port number

For a quick-reference list of all URL choices for launching NNMi, see HelpDocumentation LibraryIntegrate NNMi Elsewhere with URLs. The Integrate NNMi Elsewhere with URLs page also contains a link to a list of sample URLs that you can copy/paste as a starting point.

Launch a dashboard to see information about a particular object such as node, interface, or IP address, etc. In the URL string, you must include one or more attributes that enable NNMi to find the specific object. If more than one object meets the criteria, NNMi opens the first one found. When designating more than one attribute, separate each with a semicolon character. For example:

Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& <object-type> &<object-specifier>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objtype=Node&nodename= <name>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objid=<objectID>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objuuid=<objectUUID>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objattrs=name=<name>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objattrs=hostname=<name>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objattrs=snmpAgent.agentSettings.managementAddress= <IP address>

http://<serverName>:<portNumber>/nnm/launch?cmd= showDashboard& objattrs=systemName= <name>