Hi ,
I'm currently testing the endpoint getNetworkEvents and I found that there is some disparity between the dashboard and the API.
vrrp :
Dashboard shows 3 events : All VRRP , Virtual router collision and VRRP transition
API returns 3 events :
{"category":"VRRP","type":"vrrp","description":"VRRP transition"} <-- Wrong description ?
{"category":"VRRP","type":"vrrp_vrid_collision","description":"Virtual router collision"}
{"category":"VRRP","type":"vrrp_state_change","description":"VRRP transition"}
Other than the description of 'vrrp' should probably be renamed from VRRP transition to 'All vrrp' , we have the same thing from the dashboard.
BGP :
Dashboard shows 4 events :
All BGP , BGP received notification , BGP sent notification , BGP session established , BGP session no longer established
API returns :
{"category":"BGP","type":"bgp_received_notification","description":"BGP received notification"}
{"category":"BGP","type":"bgp_sent_notification","description":"BGP sent notification"}
{"category":"BGP","type":"bgp_session_established","description":"BGP session established"}
{"category":"BGP","type":"bgp_session_unestablished","description":"BGP session no longer established"}
This time we are missing 'All BGP'
So the only event to have the dashboard equivalent to 'All [event_name]' is vrrp. No idea why.
Also , If I query https://api.meraki.com/api/v1/networks/[net_id]/events/eventTypes on a combined network versus a standalone appliance network ( in concentrator mode ) I do get very different results.
eg : I'm missing half of DHCP event types. (?)
Bonus : There is some weird event types :
{"category":"Route tracking","type":"network_test","description":"Network test"} |
{"category":"Events dropped","type":"events_dropped2","description":"Events dropped"} |