Improved
Vulnerability Management: Optional Plugin Output for Vulnerability Exports
about 2 hours ago by Lance Duvall
Tenable has enhanced the Vulnerability Management Export vulnerabilities API to support optional plugin output in exported vulnerability records. You can now choose whether to include plugin output in the export, enabling you to reduce export size when plugin output is not required by your downstream integrations or workflows.
The following endpoint has been updated:
| API Endpoint | Description |
|---|---|
| Export vulnerabilities | Added a request parameter to control whether plugin output is included in exported vulnerability records. |
New request parameter
The Export vulnerabilities endpoint now supports the following request parameter:
| Parameter | Data Type | Description |
|---|---|---|
include_plugin_output | Boolean | Specifies whether to include plugin output in each exported vulnerability record. If omitted, the system uses the default value of true. Set this parameter to false to omit plugin output and reduce export size for large datasets. |
