You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API endpoint is /api/2.1/assets/{id} if you're trying to do this outside the gem.
Example:
asset_id=123# get this ID from site assets listing or somethingasset=Nexpose::Asset.load(nsc,asset_id)vulns=asset.vulnerabilities
There might be an issue with either the vulnerabilities or vulnerability_instances method, but I can't remember off the top of my head. See #200 if the results look wrong as that is likely the problem.
As of today's product update, version 6.5.0 of Nexpose and InsightVM, you can now use the API V3 endpoint /api/3/assets/{id}/vulnerabilities. Full API V3 documentation is available within the security console's help menu.
No description provided.
The text was updated successfully, but these errors were encountered: