Update Purview_API_Reference.csv

This commit is contained in:
abandyop 2021-09-17 17:47:04 +05:30 коммит произвёл GitHub
Родитель 2f4b7bbb47
Коммит 43985a76ec
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -124,6 +124,8 @@ scan,readSystemScanRulesetVersion,GET,.scan.purview.azure.com,/systemScanRuleset
scan,readSystemScanRulesetVersions,GET,.scan.purview.azure.com,/systemScanRulesets/versions?dataSourceType={dataSourceType}
scan,readSystemScanRulesets,GET,.scan.purview.azure.com,/systemScanRulesets
scan,readTrigger,GET,.scan.purview.azure.com,/datasources/{dataSourceName}/scans/{scanName}/triggers/default
scan,createTrigger,PUT,.scan.purview.azure.com,/datasources/{dataSourceName}/scans/{scanName}/triggers/default
scan,deleteTrigger,DELETE,.scan.purview.azure.com,/datasources/{dataSourceName}/scans/{scanName}/triggers/default
scan,runScan,PUT,.scan.purview.azure.com,/datasources/{dataSourceName}/scans/{scanName}/runs/{uuid}
types,createTypeDefs,POST,.catalog.purview.azure.com,/api/atlas/v2/types/typedefs
types,deleteTypeDef,DELETE,.catalog.purview.azure.com,/api/atlas/v2/types/typedef/name/{name}
@ -144,3 +146,6 @@ metadatapolicy,readMetadataPolicyByCollection,GET,.purview.azure.com,/policystor
metadatapolicy,readMetadataPolicyByPolicyID,GET,.purview.azure.com,/policystore/metadataPolicies/{policyId}
metadatapolicy,readAllMetadataPolicies,GET,.purview.azure.com,/policystore/metadataPolicies
metadatapolicy,putMetadataPolicy,PUT,.purview.azure.com,/policystore/metadataPolicies/{policyId}
collections,readAllCollections,GET,.purview.azure.com,/account/collections
collections,createOrUpdateCollection,PUT,.purview.azure.com,/account/collections
collections,deleteCollection,DELETE,.purview.azure.com,/account/collections

1 Category Command Method APIURIDomain APIURIPath
124 scan readSystemScanRulesetVersions GET .scan.purview.azure.com /systemScanRulesets/versions?dataSourceType={dataSourceType}
125 scan readSystemScanRulesets GET .scan.purview.azure.com /systemScanRulesets
126 scan readTrigger GET .scan.purview.azure.com /datasources/{dataSourceName}/scans/{scanName}/triggers/default
127 scan createTrigger PUT .scan.purview.azure.com /datasources/{dataSourceName}/scans/{scanName}/triggers/default
128 scan deleteTrigger DELETE .scan.purview.azure.com /datasources/{dataSourceName}/scans/{scanName}/triggers/default
129 scan runScan PUT .scan.purview.azure.com /datasources/{dataSourceName}/scans/{scanName}/runs/{uuid}
130 types createTypeDefs POST .catalog.purview.azure.com /api/atlas/v2/types/typedefs
131 types deleteTypeDef DELETE .catalog.purview.azure.com /api/atlas/v2/types/typedef/name/{name}
146 metadatapolicy readMetadataPolicyByPolicyID GET .purview.azure.com /policystore/metadataPolicies/{policyId}
147 metadatapolicy readAllMetadataPolicies GET .purview.azure.com /policystore/metadataPolicies
148 metadatapolicy putMetadataPolicy PUT .purview.azure.com /policystore/metadataPolicies/{policyId}
149 collections readAllCollections GET .purview.azure.com /account/collections
150 collections createOrUpdateCollection PUT .purview.azure.com /account/collections
151 collections deleteCollection DELETE .purview.azure.com /account/collections