Hello, here a small but fuctional widget for modern dashboards that provides a view for a set of nodes, its ip details and status, you can click on top of SysName and it will take you to the nodes details page.
| Data Center | | |
| SysName | IP Address | Status |
| DC-CORE1 | 192.168.70.1 | Up |
| DC-CORE2 | 192.168.70.2 | Up |
| DC-CORE3 | 192.168.70.3 | Up |
| DC-CORE4 | 192.168.70.4 | Up |
| DC-CORE5 | 192.168.70.5 | Up |
| DC-CORE6 | 192.168.70.6 | Up |
| DC-CORE7 | 192.168.70.7 | Up |
| DC-CORE8 | 192.168.70.8 | Up |
| DC-CORE9 | 192.168.70.9 | Up |
| DC-CORE10 | 192.168.70.10 | Up |
SELECT
SysName, Caption, IP, Status, StatusDescription,
DetailsUrl AS [_LinkFor_Caption]
FROM Orion.Nodes
WHERE SysName LIKE 'DC-CORE%'
