Hi Team,
Good Morning!
I want to discuss an issue with you and request assistance. Please review the following snapshot of the Modern Dashboard. I created this MD using the SWQL query below.
SELECT n.Caption,n.IP_Address,n.Status,n.DetailsUrl
FROM Orion.Nodes n
WHERE (Caption LIKE '%quick%')

Requirement: The user wants to add one more column to the above dashboard. This column should display the interface down status, showing the date and time when a particular interface was down or up. Please suggest how I can achieve this.