Skip to main content

A Python API client library for the Argus alert aggregator server

Project description

Argus API Client

This is the official Python client library for the Argus API server.

The Argus server is an incident registry, capable of aggregating alerts from multiple source systems. Argus also can send event notifications (via e-mail, SMS, etc.) when incidents are created or resolved.

Usage examples

Listing open incidents that have not been acknowledged:

from pyargus.client import Client

c = Client(api_root_url="https://argus.example.org/api/v1", token="foobar")
for incident in c.get_incidents(open=True, acked=False):
    print(incident)

BUGS

  • Doesn't provide high-level error handling yet.

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

argus-api-client-0.2.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

argus_api_client-0.2-py3-none-any.whl (9.7 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