Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for filters to the tio.assets.list() call. #853

Open
mobious999 opened this issue Nov 27, 2024 · 0 comments
Open

Add support for filters to the tio.assets.list() call. #853

mobious999 opened this issue Nov 27, 2024 · 0 comments
Labels
backlog Issue Backlog Tenable.io Tenable.io Package

Comments

@mobious999
Copy link

Is your feature request related to a problem? Please describe.
I've begun working with the api to find old assets or terminated assets and I would like to be able to filter by the instance details:
i.e. Mac address / localip / hostname or other properties which can uniquely identify the host quickly.

Describe the solution you'd like
I would like the ability to filter by device properties.

Describe alternatives you've considered
There are other ways to do the queries but I would like to stick with the api calls if possible. I've attempted server side filtering with the requests library and that works.

Additional context
I'm just trying to eliminate having to query a large dataset for one specific hosts. I know that api calls are fast but this would help on your end reducing the payload returns, and also save on the bandwidth required to make the call(s).

@SteveMcGrath SteveMcGrath added enhancement New features/functionality backlog Issue Backlog Tenable.io Tenable.io Package labels Nov 27, 2024
@SteveMcGrath SteveMcGrath removed the enhancement New features/functionality label Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issue Backlog Tenable.io Tenable.io Package
Projects
None yet
Development

No branches or pull requests

2 participants