pytan
pytan copied to clipboard
Python Wrapper for Tanium's SOAP API
Need to update to latest requests with security extras.
ask_manual: override_estimated_total override_passed_count (add support to handler for this override_passed_count to be used interchangeably for force_passed_done_count like deploy_action) deploy_action: override_passed_count
Should no longer be needed. Move default into constants.py.
Older testing stuff that is no longer necessary
No longer supporting 6.2 No longer NEED to rely on having the platform version, all code should work 6.5 and up. Only going to validate and test against 7.2 from...
. Need to rebuild taniumpy against 7.2 WSDL and update pytan mappings so that handler methods can use the new objects.
Using PyTan version 2.2 at Accenture we ran into a scenario where the Actions created by Phantom were targeting the All Computers Computer Group instead of the Action Group of...
A packaged version of pytan that installs dependencies rather than directly including them. ## Build and Install python setup.py sdist pip install dist/pytan-2.1.9.tar.gz ## Usage Example ``` from pytan_pkgs.lib.pytan.handler import...