Skip to content

diego-lopez8/pylibrenms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyLibreNMS

A Python library for the LibreNMS API.

Installation

Requires Python>=3.8.

pip install pylibrenms

Quick Start

Using the API

from pylibrenms import Librenms

librenms_token = "YOUR_API_TOKEN"
nms = Librenms("YOUR_NMS_INSTANCE", librenms_token)
print(nms.get_all_ports())

Documentation

Coming soon!

About

LibreNMS API Implemented in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages