pytan icon indicating copy to clipboard operation
pytan copied to clipboard

Python Wrapper for Tanium's SOAP API

Results 30 pytan issues
Sort by recently updated
recently updated
newest added
trafficstars

Need to update to latest requests with security extras.

bug
enhancement
medium

ask_manual deploy_action ?

enhancement
medium

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

enhancement
small

Should no longer be needed. Move default into constants.py.

bug
small

Older testing stuff that is no longer necessary

enhancement
small

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...

bug
enhancement
medium

need new tag ensure date/version/links all correct

small

. Need to rebuild taniumpy against 7.2 WSDL and update pytan mappings so that handler methods can use the new objects.

bug
enhancement
medium

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...