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.

API EndpointDescription
POST /vulns/export/{export_uuid}/cancelCancels the specified vulnerability export job.
GET /vulns/export/statusRetrieves a list of vulnerability export jobs.
POST /assets/export/{export_uuid}/cancelCancels the specified asset export job.
GET /assets/export/statusRetrieves a list of asset export jobs.

For more information about asset and vulnerability exports, see: