improved
Tenable.io Vulnerability Import Moves to v2
almost 6 years ago by Sian Jones
In the Tenable.io API, the following version 1 (v1) endpoint is now deprecated:
Instead, use the following version 2 (v2) endpoint:
The v2 endpoint differs from v1 as follows:
| Request Parameter | Required? | Change in v2 |
|---|---|---|
| vendor | yes | new |
| product | yes | new |
| data_type | yes | new |
| source | yes | value now a UUID |
| type | yes in v1 | not supported |
| checks_ran | no | not supported |
| coverage | no | new |
| assets[].authenticated | no | new |
| assets[].operating_systems | no | new |
| assets[].tenable_agent_id | no | type updated to string |
| assets[].tenable_network_id | no | new |
| assets[].vulnerabilities[].first_found | no | not supported |
| assets[].vulnerabilities[].last_fixed | no | not supported |
For more information, see Add Vulnerability Data to Tenable.io.
