added

Web Application Scanning: Tracking Resource for Asynchronous Operations

A new endpoint has been added to the Web Application Scanning v2 API to help users track the status of asynchronous scan configuration operations like creating a scan configuration or updating a scan configuration.

New Endpoint
Name
Description
GET /was/v2/configs/{config_id}/status/{tracking_id}Get scan configuration processing statusTracks the current status of a scan configuration creation, update, or upsert process. When creating or updating a scan configuration, this endpoint can be used to determine the current status of the request. You can poll this endpoint using a sensible pause duration between each request until a completed or failed status is returned.

The config_id and tracking_id path parameters can be retrieved from the URI provided in the Location header of the 202 Accepted response from the POST /was/v2/configs or PUT /was/v2/configs/{config_id} request used to create or update the scan configuration.