tenable / pyTenable

Python Library for interfacing into Tenable's platform APIs
https://pytenable.readthedocs.io
MIT License
354 stars 173 forks source link

Tenable.SC Analysis - Accept Query ID #63

Closed thathaneydude closed 5 years ago

thathaneydude commented 5 years ago

Describe the solution you'd like The TenableSC analysis query should allow for a query ID to be provided instead of building out the list of tuple filters. This will allow users to configure complex analysis filters within the Tenable.SC UI instead of building out Python tuples.

Describe alternatives you've considered Currently, to do this type of feature you'd need to parse the filters returned by a GET to /query/{id} and convert the dictionaries to tuples.

thathaneydude commented 5 years ago

Addressed in #65