WAS: Deprecation Notice for settings.target and application_uri Parameters
The Web Application Scanning v2 API has been updated to make targets a primary entity. You can now define target
in the main body of your request instead of within the settings
object. This change allows users to create a scan configuration with no settings block if they wish to use the default settings. Tenable recommends that you use the target
parameter in the main body instead. This change affects the POST /was/v2/configs and PUT /was/v2/configs/{config_id} endpoints.
Additionally, the application_uri
query parameter has been deprecated in favor of the asset_id
parameter. Tenable recommends that you use the asset_id
parameter for filtering instead. This change affects the GET /was/v2/vulnerabilities endpoint.
Warning
These deprecated items will be removed on March 1st, 2021. Please update any existing integrations that your organization has before this date.
This update affects the following endpoints:
API Endpoint | Parameter | Change |
---|---|---|
POST /was/v2/configs | settings.target | Deprecated, Tenable recommends that you use the target parameter in the main request body instead. |
PUT /was/v2/configs/{config_id} | settings.target | Deprecated, Tenable recommends that you use the target parameter in the main request body instead. |
GET /was/v2/vulnerabilities | application_uri | Deprecated, Tenable recommends that you use the asset_id parameter instead. |