Hi,
CMX10.x have capability for HTTP Post push notification to inform clients location.
Does CMX have any rate limit feature or limitation about notification interval.
Solved! Go to Solution.
Hi,
The success rate of notifications received are dependent on many factors, such as northbound events dropped if RTT time is high. You get notified as soon as the event is processed in CMX, and events can not be sent in batches. Also, there is no way to throttle the Northbound notifications. If you go for Movement Notification trigger, you can try to limit the number of notifications by having a higher ‘distance’ value in the trigger subscription.
Matt
There are a couple of ways to see the success rate:
CLI command
$ cmxctl metrics notification
CMX UI Manage-->Notifications-->Details
Hi,
The success rate of notifications received are dependent on many factors, such as northbound events dropped if RTT time is high. You get notified as soon as the event is processed in CMX, and events can not be sent in batches. Also, there is no way to throttle the Northbound notifications. If you go for Movement Notification trigger, you can try to limit the number of notifications by having a higher ‘distance’ value in the trigger subscription.
Matt
There are a couple of ways to see the success rate:
CLI command
$ cmxctl metrics notification
CMX UI Manage-->Notifications-->Details
Hi Matthew,
Thanks for your advice!