LastChangedAt update
search cancel

LastChangedAt update

book

Article ID: 303775

calendar_today

Updated On:

Products

VMware Smart Assurance Network Observability

Issue/Introduction

What causes the LastChangedAt value to get updated in Smarts SAM for Durable notifications?; Is there any command or log file which logs the timestamps?

Environment

All Supported Smarts version

Resolution

Any Smarts code calling the ICS_Notification::changed() function will cause the value for the LastChangedAt field of a notification to get updated. This could be a Smarts SAM notification processing routine when it receives a Notify/clear/changed event from an underlying server, or an application/adapter call to the ICS_Notification::changed() function.

There is no command or log file which logs timestamps when the LastChangedAt field of a notification gets updated. This is because the ICS_Notification::changed() function call does not log anything to the audit log.