Skip to main content

Thin python wrapper for the Automox API

Project description

automoxapi
=======

A thin python wrapper for the Automox API

Usage
-----

Log into Automox, navigate to settings and locate and copy the Access Key.

In your python environment, install automoxapi:

.. code:: bash

pip install automoxapi

In your python project import and create an Automox instance:

.. code:: python


from automoxapi import Automox

automox = Automox('thisis-not-areal-accesskey')

for org in automox.get_organizations():
for server in automox.get_servers(org['id']):
print(server['display_name'])



For details on interacting with the API visit the website:
https://docs.automox.com/api/

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

automoxapi-0.0.1.zip (3.5 kB view hashes)

Uploaded Source

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