diego-lopez8 / pylibrenms

LibreNMS API Implemented in Python.
GNU General Public License v3.0
1 stars 0 forks source link

Implement Device API Methods #4

Open diego-lopez8 opened 9 months ago

diego-lopez8 commented 9 months ago

Adding the device API methods

diego-lopez8 commented 9 months ago

@nicksome168 how about del_device()?

diego-lopez8 commented 9 months ago

added availability, get_device and discover_device. One thing I found that was weird was the LibreNMS wants a "hostname" when in reality it wants an IP or a domain name.

diego-lopez8 commented 9 months ago

added component functions and a internal _post method for handling those endpoints