Administer > Integrate NNMi Elsewhere with URLs > Launch Menu Items > Actions: Status Details Command (for Node Groups) (runTool)

Launch the Actions: Status Details Command (for Node Groups)

This URL is equivalent to the ActionsStatus Details command in the console.

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.

To launch a real-time calculation of current status for a specified Node Group, use the following URL:

http://<serverName>:<portNumber>/nnm/launch?cmd=runTool&tool=nodegroupstatus&nodegroup=<x>

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

After you specify a node group, the real-time results of the node group's status calculation appear.

To launch a real-time calculation of current status for a specified Node Group and display a report of the information gathered, use the following URL:

http://<serverName>:<portNumber>/nnm/launch?cmd=runTool&tool=nodegroupstatus&nodegroup=<x>

Filter by Node Group (launched Incident, Node, Interface, and IP Address views)
Attribute Values
nodegroup

The case-sensitive Name attribute value of the Node Group to use as a filter for this view.

Note The Node Group name is translated. If your team shares NNMi within multiple locales, use nodegroupid or nodegroupuuid.

If the Name value includes space characters, consider replacing the space character in your URL statement (see W3C Rules for URLs).

nodegroupid

The id is the Unique Object Identifier (unique across the entire NNMi database). Provide the id of the Node Group to use as a filter for this view.

This attribute value is not visible on any form within the console. To find this value, use the nnmconfigexport.ovpl command-line tool to export an XML file that includes the id attribute value for each object instance.

nodegroupuuid

The uuid is the Universally Unique Object Identifier (unique across all databases). Provide the uuid of the Node Group to use as a filter for this view.

This attribute value is not visible on any form within the console. To find this value, use the nnmconfigexport.ovpl command-line tool to export an XML file that includes the uuid attribute value for each object instance.