You can issue and additional API call and get the model name, once you have the device model handle.
------------------------------
Cătălin Fărcășanu
Senior Consultant
SolvIT Networks
------------------------------
Original Message:
Sent: Jul 22, 2026 01:11 PM
From: Eduardo Ignacio Serrano
Subject: For interface alarms, I only need the device name-not the model name (bad link).
Good morning, Catalin.
Thanks for your reply; I'm going to run some tests with the notifier and add that attribute to the SetScript. However, regarding the device ID handle-how did you retrieve the device name using that handle? Or did you only manage to use the `Device_Mdl_Handle` ID? I ask because I need the name so it can be identified in SNOW.Many thanks.
Original Message:
Sent: Jul 22, 2026 05:19 AM
From: Catalin Farcasanu
Subject: For interface alarms, I only need the device name-not the model name (bad link).
I would say you'd need to customize the integration and not use the default one. Customizing allows you to use SANM and AlarmNotifier to filter/create custom actions for specific needs. I think with the default integration the sent object will always be ModelName. That is the attribute that is sent over to SNOW.
I would create a custom AlarmNotifier instance and for each bad link link alarms could use the Device_Mdl_Handle(0x10069) to identify relevant device name and use it in the call to open/close/update the tickets on the SNOW part.
I tried customizing once the NIM but I was not successful and information was scarce. In the end I came with this workaround.
------------------------------
Cătălin Fărcășanu
Senior Consultant
SolvIT Networks
------------------------------