Some UIM alarm types (nas, data_engine, etc) send incorrect entity "cs_id: 0" (instead of the correct cs_id ) and therefore the alarm->service mapping doesnt work in OI + the action policy triggering neither for alarm notification.
As of oi_connector 1.56 there is a limitation for raw alarms to be mapped to the proper cs_id.
To Resolve this problem:
The "raw" alarms (alarms with cs_id = 0) can be either discarded or recieved as cs_id = 0.
raw alarms are discarded: ingest_raw_alarm_to_oi = false
raw alarms are received with dummy cs_id: ingest_raw_alarm_to_oi = true
NOTE [Known issue]: When the close event is sent, it still might send "cs_id = 0". This will be addressed on future releases.