{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Scan API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Scan", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Datasources Datasourcename Scans Scanname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Gets a scan information" }, { "info": { "name": "Microsoft Azure Put Datasources Datasourcename Scans Scanname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Creates an instance of a scan" }, { "info": { "name": "Microsoft Azure Delete Datasources Datasourcename Scans Scanname", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasources/:dataSourceName/scans/:scanName", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "scanName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "Deletes the scan associated with the data source" }, { "info": { "name": "Microsoft Azure Get Datasources Datasourcename Scans", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasources/:dataSourceName/scans", "params": [ { "name": "dataSourceName", "value": "", "type": "path" }, { "name": "api-version", "value": "", "type": "query", "description": "The api version to use." } ] }, "docs": "List scans in data source" } ] } ], "bundled": true }