Event Models are being created in Spectrum after UIM Alarm Sync
search cancel

Event Models are being created in Spectrum after UIM Alarm Sync

book

Article ID: 212661

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

Event Models are being created in Spectrum after UIM Alarm Sync

Environment

Release : 20.2.x

Component : Spectrum Integrations

Resolution

The UIM Alarm Sync uses Spectrum Southbound Gateway functionality. If there is not a Spectrum model for the corresponding IP Address of the UIM alarm (varbind 8),
   then Spectrum will create an Event Model (using the name from varbind 1) in order to assert the events/alarms properly. This is functioning as designed.

Example of the Rest Payload for the /spectrum/restful/event-alarm call

<create-events-list throttlesize="2500">
<create-event>
<varbind id="1">namserver01a</varbind>
<varbind id="0x0012b4c">Testmessage 11111</varbind>
<varbind id="8">10.10.56.95</varbind>
<varbind id="101">3</varbind>
<varbind id="104">drr1</varbind>
<varbind id="106">NAM_SPECTRUMGTW_HUB</varbind>
<varbind id="113">unknown</varbind>
<varbind id="0x13344">GB65510630-58973</varbind>
<varbind id="0x13342">2</varbind>
<varbind id="0x11f57">administrator</varbind>
<varbind id="0x13343">3</varbind>
</create-event>