Command Reference > scan > readScan
Gets a scan information
pv scan readScan --dataSourceName=<val> --scanName=<val>
--dataSourceName
(string)
The data source name.
--scanName
(string)
The scan name.
None
Scanning Data Plane > Scans > Get
GET https://{accountName}.purview.azure.com/scan/datasources/{dataSourceName}/scans/{scanName}
Get a scan by data source name and scan name.
pv scan readScan --dataSourceName "AzureDataLakeStorage-Gbm" --scanName "Scan-Xei"
Sample response.
{
"id": "datasources/AzureDataLakeStorage-Gbm/scans/Scan-Xei",
"kind": "AdlsGen2Msi",
"name": "Scan-Xei",
"properties": {
"collection": {
"lastModifiedAt": "2022-02-23T15:45:56.3612911Z",
"referenceName": "esg-26fa7f24-pv",
"type": "CollectionReference"
},
"createdAt": "2022-02-23T15:45:56.3612911Z",
"lastModifiedAt": "2022-02-23T15:45:56.3612911Z",
"scanRulesetName": "AdlsGen2",
"scanRulesetType": "System"
}
}