{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ScanResult API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ScanResult", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Put Datasources Datasourcename Scans Scanname Runs Runid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName/runs/:runId", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" }, { "name": "scanLevel", "value": "", "type": "query" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Runs the scan" }, { "info": { "name": "Microsoft Azure Post Datasources Datasourcename Scans Scanname Runs Runid :cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName/runs/:runId/:cancel", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "runId", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Cancels a scan" }, { "info": { "name": "Microsoft Azure Get Datasources Datasourcename Scans Scanname Runs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName/runs", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Lists the scan history of a scan" } ] } ], "bundled": true }