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 details)

Uploaded Source

File details

Details for the file automoxapi-0.0.1.zip.

File metadata

  • Download URL: automoxapi-0.0.1.zip
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for automoxapi-0.0.1.zip
Algorithm Hash digest
SHA256 a9fb36b569bd100607dbd032f8ace84ec63b63ee097bda985ae23226e4e08ed3
MD5 be2332602db4cf80aae3a5a7becf432e
BLAKE2b-256 f79ba2f1d4d94985b81028b911c74e95f3d794b23a1b5142268efb6da03b8120

See more details on using hashes here.

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