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/
=======
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
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9fb36b569bd100607dbd032f8ace84ec63b63ee097bda985ae23226e4e08ed3 |
|
MD5 | be2332602db4cf80aae3a5a7becf432e |
|
BLAKE2b-256 | f79ba2f1d4d94985b81028b911c74e95f3d794b23a1b5142268efb6da03b8120 |