I need to parse all of the command lines defined in the alerts for action ExecuteExternalProgram against the nodes and applications in our Orion instance so I can move the data we have hard coded into our CMDB (priority/severity, team assignment, etc). I've been searching for days using SWIS and I can't find it. I have tried creating entity relationship diagrams and I've resorted to performing brute force checks against all tables & fields defined in Metadata.Property with type System.String using LIKE operators against %pwsh%, %powershell%, %createincident.ps1%, and %CreateIncident.ps1%. No valid matches are coming back.
Is this kept in a hidden table? Some other data type? Can anyone point me in the right direction for where this information is stored in the database?

Thanks!
-Pat