Hello,
I am looking to configure SNMP Traps on many networks and I would like to script the process. I have web-scraped to find that the WEB-GUI is using POST to "https://n127.meraki.com/{{Organization name}}/n/{{NetworkID}}/manage/alerts" and will use the following JSON to update it:
"snmpTrap": {
"config": {
"id": "config",
"snmp_access": "community",
"community": "1234",
"trap_users": {},
"ip": "1.2.3.4",
"port": "162"
}
},
I am unable to locate anything about this in any forums and documentation. Is this setting exposed to an API PUT or GET at all? If so, what is the URL for it?
Thanks
Jake Montgomery