- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
API Query: SNMP
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2015 10:21 PM
SNMP support in APIs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2015 05:22 AM
1) In NIOS 7.1 the Perl API has support for defining trap receivers. The RESTful API can read SNMP settings but cannot update them.
2) To my knowledge there is no support in NIOS 7.1 or previous releases for generating SNMP traps when DNS changes are made. You would have to use the audit log for that: Tell NIOS to send audit log records to the syslog stream, and then send syslog events to an application that can parse the audit log records.
Hi Frank,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2015 08:53 PM
Re: SNMP support in APIs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-10-2016 02:55 AM
Hello, I'm new here. I would like to know how to get those snmp settings via rest api, could you show us an example of the url, please?
Sorry for my bad english, thanks a lot already.
Re: SNMP support in APIs
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-13-2016 02:01 PM
For the rest api it comes down to what are you hoping to get.
For example to get the read string of an SNMP DeviceID of 1 it's
https://netmri_ip/api/2.9/devices/DeviceCommunity?DeviceID=1
you replace th netmri_ip with your server ip address.