Cancel Asset and Vulnerability Exports via Tenable.io API

In Tenable.io API you can now cancel an asset or vulnerability export job, as well as view a list of current export jobs for your Tenable.io instance.

Tenable.io Vulnerability Import Updates

The following changes have been made to the POST /vulnerabilities request message:

OpenAPI Specs Download

We now provide the links for viewing and downloading the OpenAPI specifications published in the Tenable API Explorer.

Commonly-Used Scan Export Filters for Tenable.io

The Scan Export Filters documentation now describes commonly-used filter query parameters for scan export data.

Connectors API Support for Networks

The API now supports associating connectors with Tenable.io networks by adding the network_id field to the connector object.

Scan Filtering

You can now use these API endpoints to get a list of available scan and scan history filters:

List Agents in an Agent Group

Added new content describing the GET /scanners/{scanner_id}/agent-groups/{agent_group_id}/agents endpoint for listing agents for an agent group. See List agents for agent group.

Tag-Based Scans for Tenable.io API

You can now configure Tenable.io scans to target assets based on one or more tags you have assigned to the assets. For example, you might want to run more frequent scans of assets running a Windows operating system. Rather than manually configuring a scan to target a static group of Windows assets, you can configure Tenable.io to automatically apply a tag to any asset that a scan identifies as running Windows. Then, you can configure a scan to evaluate any asset with that tag on an appropriate frequency.

Added Code Samples for PowerShell and Kotlin

Tenable API Explorer now provides client request code samples in PowerShell and Kotlin.

New Error Condition for Tenable.io Dynamic Tags

Tenable.io now returns a 400 response message if you submit a request to create or update a dynamic tag rule using an invalid parameter.