Josh Santomieri
Josh Santomieri
Thanks... I'll pass along the info and see if anyone has access to that support portal (I don't currently have access).
This also applies to the software list, etc... From https://github.com/rapid7/nexpose-client-python/blob/master/nexpose/nexpose_asset.py ```python # TODO: # ----begin details.files = [] details.vulnerability_instances = [] details.unique_identifiers = [] details.group_accounts = [] details.user_accounts = []...
Making it optional could be good for performance for instances where the information is not needed... e.g (in it's simplest form) ```python def GetAssetDetails(self, asset_or_id, get_vulnerabilities=False, get_software = False, get_services...