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 &
cdinto it
git clone https://github.com/armorblox/armorblox-python-sdk
cd armorblox-python-sdk
- Run
poetry installto install the dependencies - Run
toxto run the tests