deprecated

Web Application Scanning: Deprecated List Endpoints

The advanced search and filtering feature as described in Web Application Scanning: Advanced Search and Filtering has introduced new POST method endpoints that are intended to replace the older GET method endpoints.

⚠️Warning

On October 1st, 2021, documentation related to the endpoints described in the table below will be removed from the Tenable developer portal. Tenable recommends that you use the new POST method endpoints with the advanced search and filtering feature instead. Please update any existing integrations that your organization has before 2021-10-01.

The deprecated endpoints are described in the table below:

Deprecated EndpointNameDescription
GET /was/v2/configsList scan configurationsTenable recommends that you use the POST /was/v2/configs/search endpoint instead.
GET /was/v2/scansList scansTenable recommends that you use the POST /was/v2/configs/{config_id}/scans/search endpoint instead.
GET /was/v2/user-templatesList user-defined templatesTenable recommends that you use the POST /was/v2/user-templates/search endpoint instead.
GET /was/v2/vulnerabilitiesList vulnerabilitiesTenable recommends that you use the POST /was/v2/vulnerabilities/search endpoint instead.
GET /was/v2/scans/{scan_id}/vulnerabilitiesList vulnerabilities for scanTenable recommends that you use the POST /was/v2/scans/{scan_id}/vulnerabilities/search endpoint instead.