-
Notifications
You must be signed in to change notification settings - Fork 174
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
Assets->Host Assets functions #614
Comments
Host Assets data Function is already available in the pyTenable ( search_host)
Wiki : https://pytenable.readthedocs.io/en/stable/api/io/v3/explore/assets.html. |
AttributeError: 'TenableSC' object has no attribute 'assets' |
It was a question to Tenable.SC not Tenable.IO |
Hi does it mean it is solved? |
@MAngel666, Kindly elaborate, what exactly you are looking into. Is there any specific end point you are able to access in API and not being exposed in pyTenable ? Moreover, you can find pyTenable exposed methods here and Tenable.SC API exposed methods here |
@inayathulla there is a "Host Assets" List in Tenable.SC. Pretty new feature, not more marked as beta since last version of SC (5.23.1). You can reach it with /#hosts |
The "Assets" API in Tenable.sc is located under the (more correct) "asset_lists" module. As for the "hosts" API, its still marked as beta and may change, hence why it isnt in the lib yet. It isn't considered stable enough for general use: https://docs.tenable.com/tenablesc/api/Hosts.htm |
aha so if it would be stable in API you will implement it in pyTenable? |
where can I get answers for my questions? Is there a mailing group or forum for pyTenable? |
This API is stable now. Will share the plan for adding the item to pyTenable shortly. |
The new "view" Host Assets should be accessible as function with all informations.
The text was updated successfully, but these errors were encountered: