We would like to know if it is possible that Spectrum can provide additional information such as attributes / fields when a subscription is deleted then it does now.
Currently what is shown is only the Alarm ID, is it possible that it can show additional information at the time of a clear / delete subscription?
Release : 10.4.x
Component : Spectrum OneClick REST API
n/a
The current API will not provide any option to get those details, but the information can be retrieved if you are logging the SET / New Alarm somewhere as the Alarm-ID that is given in the clear is also given when the subscription is cleared or deleted.
Therefore we would recommend that you are logging all of the New Alarm REST information with those attributes that you are looking for and when the Subscription Clear / Delete comes in with the same Alarm ID you can write a script to retrieve the attributes that you want displayed from the logged alarms.