Top Performers URL parameters

Use this information to construct a URL to display the historical performance data for a network view, path view, or device ID, interface ID, or both. The historical performance data displays in a tab or window that is called Top Performers.

URL parameters

The following table shows the parameters for the Top Performers URL.
Table 1. URL parameters for the Top Performers URL.

Parameter

Description

Allowed Values

Required?

viewId

The path view ID or the network view ID, for which you want to plot the performance information. Cannot use this parameter in partnership with the parameters entityIds or mainNodeEntityIds

A positive Integer that is greater than 0.

Yes, if you want to plot information for viewId.

mainNodeEntityIds

A comma-separated list of device IDs to render the performance of the entire devices' membership. You must use this parameter in partnership with parameter entityIds

1 or more comma-separated positive integers. Or, to represent that there are no devices in the selection ensure that you do not enter a value.

Yes, if you want to plot information for the devices full containment.

entityIds

A comma-separated list of specific entityIds for which you want to plot the performance information. entityIds can represent interfaces or a device chassis. You must use this parameter in partnership with the parameter mainNodeEntityIds

1 or more comma-separated positive integers. Or, to represent that there are no devices in the selection ensure that you do not enter a value.

Yes, if you want to plot information for specific chassis or interfaces, or both.

Sample URL parameters

  • URL for a viewId.
    Use this type of URL to plot a performance chart based on a defined network viewId.
    https://<server>:<port>/ibm/console/NetworkHealth/pages/performance/
    nmPerformance.jsp?viewId=348
  • URL for specific devices.

    Use this type of URL to plot a performance chart based on a defined comma-separated list of device IDs, this URL renders the performance information of the entire devices' membership.

    https://<server>:<port>/ibm/console/NetworkHealth/pages/performance/
    nmPerformance.jsp?mainNodeEntityIds=11596,11628,11551&entityIds=
  • URL for pairing interfaces.

    Use this type of URL to plot a performance chart based on a defined comma-separated list of interface IDs or just the device, exclusive of its containment, this URL renders the performance information of the specific interfaces.

    https://<server>:<port>/ibm/console/NetworkHealth/pages/performance/
    nmPerformance.jsp?mainNodeEntityIds=&entityIds=12343,12785