Command Reference > scan > runScan
Run a scan.
pv scan runScan --dataSourceName=<val> --scanName=<val> [--scanLevel=<val>]
--dataSourceName
(string)
The data source name.
--scanName
(string)
The scan name.
--scanLevel
(string)
The scan level type (Full or Incremental).
Scanning Data Plane > Scan Result > Run Scan
PUT https://{accountName}.purview.azure.com/scan/datasources/{dataSourceName}/scans/{scanName}/run
Run a scan by data source name and scan name.
pv scan runScan --dataSourceName "AzureDataLakeStorage-Gbm" --scanName "Scan-Xei"
Sample response.
{
"endTime": null,
"error": null,
"scanResultId": "7b8fd6fa-3ff5-457a-8689-718c9716689e",
"startTime": "2022-02-27T21:10:39.2802905Z",
"status": "Accepted"
}