Skip to main content

A Python Library for LibreNMS

Project description

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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylibrenms-0.4.15.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

pylibrenms-0.4.15-py3-none-any.whl (17.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page