Improved

Vulnerability Management and Web App Scanning: Customize Export Properties

Tenable has enhanced the Vulnerability Management and Web App Scanning export APIs to let you select which properties to include in exported vulnerability and finding records. By exporting only the data your integration requires, you can reduce export size, improve processing time, and simplify downstream processing.

The following endpoints have been updated:

API EndpointDescription
Export vulnerabilitiesAdded a properties request parameter to select which fields to include in exported vulnerability records.
Export findingsAdded a properties request parameter to select which fields to include in exported Web App Scanning finding records.
Get vulnerability export statusThe response now includes the properties array when it was specified in the original export request.
Get findings export statusThe response now includes the properties array when it was specified in the original export request.

New request parameter

The Export vulnerabilities and Export findings endpoints now support the following request parameter:

ParameterData TypeDescription
propertiesArray of stringsSpecifies the properties to include in the export. When specified, the export returns only the selected properties, reducing export size and processing time. If omitted, the export returns all available properties. A small set of core identifying properties is always included regardless of your selection.

New documentation

Documentation PageDescription
Select Vulnerability Export PropertiesLists all supported values for the properties parameter for Vulnerability Management and Web App Scanning exports, including the properties that are always returned and example requests.