tenable_export_scan
Export Tenable scan results to files in formats such as CSV, HTML, PDF, or Nessus. Provides a file ID for download.
Instructions
Export scan results.
The export is downloaded as a file. Supported formats: nessus, csv, html, pdf, db.
Example: Input: {"scan_id": 123, "format": "csv"} Output: {"file_id": "...", "format": "csv", "status": "ready"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | nessus | |
| scan_id | Yes | ||
| chapters | No | ||
| password | No |