Hello Thwackers,
I am hoping to make use of this Description variable from within an application. It will be filled with some extra text which will be appended to the alert when it triggers.
However, I can't find the description field anywhere in the Web GUI for the application and if I try using PowerShell: -
Set-SwisObject $swis -Uri 'swis://localhost/Orion/Orion.Nodes/NodeID=2216/Applications/ApplicationID=1909' -Properties @{ Description = 'Extra text' }
I get the error message
Set-SwisObject : Operation not supported on Orion.APM.Application
Can anyone help please?!
Thanks
Paul