Hello,
We upgraded to NPM v11.5 last week and I just noticed something very exciting in this new version. We can now see the SWQL code behind the Trigger and Reset Conditions on the alerts we create. I noticed this when I clicked the arrow-down under the Trigger Condition page, as shown below:

Once I selected the Show SWQL menu option, I got the code for this Alert Trigger
SELECT E0.[Uri], E0.[DisplayName]
FROM Orion.NPM.Interfaces AS E0
WHERE ( ( E0.[Status] = '2' ) AND ( E0.[Node].[CustomProperties].[Disable_Alert] != '1' ) AND ( E0.[UnPluggable] = 'False' ) )
That's just awesome!!! This will be very useful for me, as I familiarize myself more with SWQL syntax. So, I thought I'd share this little gem with y'all, in case you (like me) had missed it. Have a great day, everyone!!! 