hello,
has anyone had much luck introspecting the IM data model?
it seems like IM notifications module DOES NOT have access to the raw alert that just arrived data
<#list .data_model as key>
${key}
</#list>
data model: summary, lastUpdated, assigneeName, name, categories, id, priority, incidentLink, lastUpdatedByUserName, status,
main:
fmv: 2.3.19
am I introspecting it wrong?
ps for ESA it's a lot more self explanatory - you can just iterate over the event keys and that's all . you can even reasonably easily do things like form investigate urls and format meta if need be