Adding cross-launch links from BMC Helix Dashboards and third-party applications
To add cross-launch links from BMC Helix Dashboards to BMC Helix ITSM applications
- While creating a new dashboard panel, click Overrides on the navigation pane.
- Click Add an override for.
- Select an appropriate value for Fields with name.
- Click Add override property and select Data links.
- Click Add link.
- Enter a title and and a URL pointing the BMC Helix ITSM applications portal.
Click Save.
To cross-launch BMC Helix Dashboards from external applications
To launch a specific dashboard with with dynamic filter values from external applications, create a URL to access the dashboard in the following format:
For the above URL, obtain the dashboard UID from its JSON file. Also specify the filter or variable names obtained from the dashboard's settings and their values.
Example 1
Let's say, you want to launch the Event Data dashboard for a single device. You use the following URL in your external application:
In the above URL, EVENTDATA indicates the dashboard's UID, and var-deviceName=clm-pun-ubiura indicates the filter for a single device.
Example 2
Let's say, you want to launch the Event Data dashboard for multiple devices. You use the following URL in your external application:
In the above URL, EVENTDATA indicates the dashboard's UID, and var-deviceName=clm-pun-ubiura&var-deviceName=vl-pun-bpm-vm18.bmc.com indicates the filters for multiple devices.
Example 3
Let's say, you want to launch the Linux Server Metrices dashboard for a given device and multiple metrics. You use the following URL in your external application:
In the above URL, LINUX_SERVERS indicates the dashboard's UID, and var-deviceName=pa-rep-lnx01.bmc.com&var-metricName=UserTime&var-metricName=ActualUsed indicates the filters for a single device and multiple metrics.