
Graham Davies
Technical Product Manager – SCOM products

Drill down to VCenter from Dashboard Server

Technical Product Manager – SCOM products
Thank you for the amazing feedback on Dashboard Server 7.0; the VMware integration has generated a lot of excitement as it extends Dashboard Server visualizations to even more critical on-premises applications and infrastructure.
One request that came in was to enable drill down to VCenter from Dashboard Server so that engineers could deep dive an issue that was surfaced in a VMware grid tile. The great news is that you can do that today.
Let's walk through some examples. For all the scenarios, I'll assume you have the VMware provider configured - VMware vSphere provider | SquaredUp SCOM Support
Scenario - we have a list of virtual machines in Dashboard Server and we want to be able to click a virtual machine and be taken to that virtual machine in VCenter.



See item 4 here for more details on scoping.

I have left these on the default.

First off, you'll need specific information about the VCenter Server:
If you look at a virtual machine view in VCenter, you'll see it looks like this:
https://**VCenterServer**/ui/app/vm;nav=v/urn:vmomi:{{type}}:{{id}}:**GUID**/summary
This is the value that you need to fill in for a virtual machine.

The URL includes /ui/app/vm and nav-v/urn:vmomi to show that this is a virtual machine. You will need to change these for other VCenter objects.
Now when I click on a virtual machine in Dashboard Server, it will take me through to VCenter and directly to the virtual machine that I clicked on.

The process is the same except you need to:
https://**VCenterServer**/ui/app/host;nav=h/urn:vmomi:{{type}}:{{id}}:**GUID**/summary

The URL is updated to have /ui/app/cluster
https://**VCenterServer**/ui/app/cluster;nav=h/urn:vmomi:{{type}}:{{id}}:**GUID**/summary

The URL is updated to have /ui/app/datacenter
https://**VCenterServer**/ui/app/datacenter;nav=h/urn:vmomi:{{type}}:{{id}}:**GUID**/summary
