deprecated
Web Application Scanning: Deprecated List Endpoints
over 3 years ago by Lance Duvall
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 Endpoint | Name | Description |
---|---|---|
GET /was/v2/configs | List scan configurations | Tenable recommends that you use the POST /was/v2/configs/search endpoint instead. |
GET /was/v2/scans | List scans | Tenable recommends that you use the POST /was/v2/configs/{config_id}/scans/search endpoint instead. |
GET /was/v2/user-templates | List user-defined templates | Tenable recommends that you use the POST /was/v2/user-templates/search endpoint instead. |
GET /was/v2/vulnerabilities | List vulnerabilities | Tenable recommends that you use the POST /was/v2/vulnerabilities/search endpoint instead. |
GET /was/v2/scans/{scan_id}/vulnerabilities | List vulnerabilities for scan | Tenable recommends that you use the POST /was/v2/scans/{scan_id}/vulnerabilities/search endpoint instead. |