added

Tenable.io: New Filters Available for Asset Export Endpoints

Two new asset filters were added to the Tenable.io API to help filter deleted and terminated assets. The new filters are is_deleted and is_terminated. If these filters are set to true, the Tenable.io API will return all assets that have been deleted or terminated.

FilterType
is_deletedboolean
is_terminatedboolean

For example, if the is_deleted filter is set to true, Tenable.io returns all assets that have a deleted_at attribute containing a timestamp.

The new filters can be used with the following endpoints:

EndpointDescription
POST /assets/exportsExport assets
GET /workbenches/assetsList assets
GET /workbenches/assets/vulnerabilitiesList assets with vulnerabilities