tenable_download_scan_export
Export a Tenable scan to a specified file path and format, with options for chapters and password protection.
Instructions
Export a scan and save it to a specified file path.
Use this when you need to control where the exported file is saved, rather than using a temporary location.
Example: Input: { "scan_id": 123, "output_path": "/home/user/weekly_scan.csv", "format": "csv" } Output: {"file_path": "/home/user/weekly_scan.csv", "status": "completed"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | nessus | |
| scan_id | Yes | ||
| chapters | No | ||
| password | No | ||
| output_path | Yes |