This is an alpha version of the SDK with limited documentation and no support.
Python 3.5+
pip install git+https://github.com/armorblox/armorblox-python-sdk
from armorblox import client
c = client.Client(api_key='your-api-key-here', instance_name='yourtenantname')
threat_incidents = c.threats.list()
- Install Poetry
- Clone the SDK repo &
cd
into it
git clone https://github.com/armorblox/armorblox-python-sdk
cd armorblox-python-sdk
- Run
poetry install
to install the dependencies - Run
tox
to run the tests