Python tools to interact with Halo API
Install CloudPassage SDK to use these scripts. 'pip install cloudpassage' https://github.com/cloudpassage/cloudpassage-halo-python-sdk Then add your Halo API key to the cloudpassage.yaml file.
defaults: key_id: 'your halo key id' secret_key: 'your halo secret key' api_hostname: "api.cloudpassage.com" api_port: 443