Skip to content

Files

Latest commit

author
Taygan Rifat
Feb 27, 2022
9e18023 · Feb 27, 2022

History

History
47 lines (39 loc) · 1.08 KB

runScan.md

File metadata and controls

47 lines (39 loc) · 1.08 KB

pv scan runScan

Command Reference > scan > runScan

Description

Run a scan.

Syntax

pv scan runScan --dataSourceName=<val> --scanName=<val> [--scanLevel=<val>]

Required Arguments

--dataSourceName (string)
The data source name.

--scanName (string)
The scan name.

Optional Arguments

--scanLevel (string)
The scan level type (Full or Incremental).

API Mapping

Scanning Data Plane > Scan Result > Run Scan

PUT https://{accountName}.purview.azure.com/scan/datasources/{dataSourceName}/scans/{scanName}/run

Examples

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"
}