Josh Santomieri
Josh Santomieri
I'm using v0.1.2 of the nexpose library in this instance (older deployment). **Background:** I am attempting to create a new site in Nexpose with host information. In some Nexpose environments...
It would be very helpful to be able to look up an Asset by the device MAC Address using the GetFilteredAssets method.
When querying an asset, the risk_factor value is available via an AssetSummary, but not via AssetDetails. The code in AssetSummary (risk_factor) should probably be in AssetDetails as well. https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L43 https://github.com/rapid7/nexpose-client-python/blob/657813478a3ce4012a4d05aad0b19489b708b708/nexpose/nexpose_asset.py#L32-L103...
When looking up information using GetFilteredAssets you get a list of FilterdAsset objects. These objects have mappings that don't exist when looking at AssetDetails. I would assume that any Asset...