post https://cloud.tenable.com/was/v2/configs
Creates 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.
Requires the Scan Manager [40] user role or the
WAS.TOGGLE_WAS.USE
custom role privilege. Additionally, requires the the Can Edit [64] scan permission. See Roles and Permissions.