Can Appneta tags be used in a situation filter
search cancel

Can Appneta tags be used in a situation filter

book

Article ID: 408184

calendar_today

Updated On:

Products

DX OI SaaS

Issue/Introduction

I would like to access Appneta tags when processing an alarm ina situation filter.

It looks like tags is available in the list - how would I format the entry if the tag i want looks like this; "Env":"Prod"

 

Resolution

Regarding your query about forwarding the AppNeta tag attribute to alarms in DXOI, this can be accomplished by modifying the AlarmPayload.xml and AlarmSubscriptionPayload.xml files. These adjustments will enable the system to read the necessary attributes directly from Spectrum.

Additionally, it is essential to update the DOIConfig.xml file. Within the <DoiPropertiesToAlarmAttrs> and <DoiPropertiesToChangedAlarmAttrs> sections, please map the Spectrum attribute to its corresponding DXOI equivalent. This mapping is vital for ensuring accurate attribute transmission to DXOI during the alarm synchronization process. 

For instance, to send troubleShooterName, please refer to the following examples:
1. AlarmPayload.xml: <requested-attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="0x11f57" xsi:type="requested-attribute"/>
2. AlarmSubscriptionPayload.xml: <requested-attribute all-updates="true" id="0x11f57" notify-of-changes="true"/>
3. DOIConfig.xml: <troubleShooterName>0x11f57</troubleShooterName>