tenable / pyTenable

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

Support host.target filter in exports.vulns #407

Closed yoniaxonius closed 2 years ago

yoniaxonius commented 3 years ago

Is your feature request related to a problem? Please describe. Hi, as seen on the following docs: https://developer.tenable.com/docs/retrieve-vulnerability-data-from-tenableio

I see there is a possibility to filter the export to run on specific assets using host.target filter. currently, this is not supported via the python API.

Screen Shot 2021-08-04 at 18 33 49

Describe the solution you'd like Run export on specific assets

SteveMcGrath commented 2 years ago

I have confirmed that this appears to be a doc issue, as that was transposed from the workbench APIs. the only ways to filter assets in the vulnerabilities export apis is via tags and networks.