added

Web Application Scanning: Create Scan Configuration

You can now use the Tenable.io Web Application Scanning v2 API to easily create a WAS scan configuration.

The following endpoint is new:

API EndpointNameDescription
POST /was/v2/configsCreate scan configurationCreates a new scan configuration.

This operation is asynchronous and returns with an immediate 202. The scan configuration is guaranteed to be created at some point in the immediate future depending on resource load. To track the status of the operation, use the GET /was/v2/configs/{config_id}/status/{tracking_id} endpoint. The config_id and tracking_id can be retrieved from the URI provided in the Location header of the 202 Accepted response.

For more information about Tenable.io Web Application Scanning, see the Tenable.io Web Application Scanning User Guide.