We have a widget for Applications and I am trying to include a field to show if the application is in maintenance.
I have not been able to find the field for the Application if it is in maintenance.
Tried:
SELECT c.Name as [Component Name] , c.DetailsUrl as [Component URL] , c.Application.DetailsUrl as [App URL] , c.Application.Status as [App Status] , c.Application.Node.DetailsUrl as [Node URL] , c.Application.Node.Status as [Node Status] , c.Application.Name as [App Name] , c.Application.Node.Caption as [Host Name] , c.Status as [Component Status Code] FROM Orion.APM.Component c WHERE c.Application.Node.Caption LIKE '%SMFS%' AND c.Name = 'Time Skew Seconds' ORDER BY c.Name