-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
154b11d
commit dd9aae3
Showing
126 changed files
with
15,246 additions
and
5 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
...Analytics.Purview.DataMap/preview/2024-03-01-preview/examples/Discovery_AutoComplete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"parameters": { | ||
"Endpoint": "{Endpoint}", | ||
"body": { | ||
"keywords": "exa", | ||
"filter": { | ||
"and": [ | ||
{ | ||
"entityType": "azure_blob_path", | ||
"includeSubTypes": false | ||
} | ||
] | ||
}, | ||
"limit": 10 | ||
}, | ||
"api-version": "2024-03-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"value": [ | ||
{ | ||
"text": "example", | ||
"queryPlusText": "example" | ||
}, | ||
{ | ||
"text": "exampleconfiguration", | ||
"queryPlusText": "exampleconfiguration" | ||
}, | ||
{ | ||
"text": "exampleresources", | ||
"queryPlusText": "exampleresources" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"title": "Discovery_AutoComplete", | ||
"operationId": "Discovery_AutoComplete" | ||
} |
109 changes: 109 additions & 0 deletions
109
.../Azure.Analytics.Purview.DataMap/preview/2024-03-01-preview/examples/Discovery_Query.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"parameters": { | ||
"Endpoint": "{Endpoint}", | ||
"body": { | ||
"keywords": "exampledata", | ||
"filter": { | ||
"and": [ | ||
{ | ||
"objectType": "Files" | ||
}, | ||
{ | ||
"entityType": "azure_blob_path" | ||
} | ||
] | ||
}, | ||
"limit": 10, | ||
"orderby": [ | ||
{ | ||
"name": "ASC" | ||
}, | ||
{ | ||
"updateTime": "DESC" | ||
} | ||
], | ||
"facets": [ | ||
{ | ||
"facet": "assetType", | ||
"count": 0, | ||
"sort": { | ||
"count": "desc" | ||
} | ||
}, | ||
{ | ||
"facet": "classification", | ||
"count": 10, | ||
"sort": { | ||
"count": "desc" | ||
} | ||
}, | ||
{ | ||
"facet": "contactId", | ||
"count": 10, | ||
"sort": { | ||
"count": "desc" | ||
} | ||
}, | ||
{ | ||
"facet": "label", | ||
"count": 10, | ||
"sort": { | ||
"count": "desc" | ||
} | ||
}, | ||
{ | ||
"facet": "term", | ||
"count": 10, | ||
"sort": { | ||
"count": "desc" | ||
} | ||
} | ||
] | ||
}, | ||
"api-version": "2024-03-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"@search.count": 2, | ||
"@search.count.approximate": false, | ||
"value": [ | ||
{ | ||
"@search.score": 1.0, | ||
"id": "bfecbcc3-1838-45fe-96d6-112de8a170f9", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/exampledata1.txt", | ||
"name": "exampledata1.txt", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
}, | ||
{ | ||
"@search.score": 1.0, | ||
"id": "14d857b9-e2c1-4118-8bfa-12e53ae6ce7f", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/exampledata2.txt", | ||
"name": "exampledata2.txt", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"title": "Discovery_Query", | ||
"operationId": "Discovery_Query" | ||
} |
80 changes: 80 additions & 0 deletions
80
...re.Analytics.Purview.DataMap/preview/2024-03-01-preview/examples/Discovery_Query_And.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"parameters": { | ||
"Endpoint": "{Endpoint}", | ||
"body": { | ||
"keywords": null, | ||
"limit": 10, | ||
"filter": { | ||
"and": [ | ||
{ | ||
"entityType": "azure_blob_path" | ||
}, | ||
{ | ||
"attributeName": "qualifiedName", | ||
"operator": "contains", | ||
"attributeValue": ".csv" | ||
} | ||
] | ||
} | ||
}, | ||
"api-version": "2024-03-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"@search.count": 5, | ||
"@search.count.approximate": false, | ||
"value": [ | ||
{ | ||
"@search.score": 1.0, | ||
"@search.highlights": { | ||
"qualifiedName": [ | ||
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/exampledata.csv" | ||
] | ||
}, | ||
"id": "63b92968-c9ac-4af8-8cff-f61d147bbf88", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/exampledata.csv", | ||
"name": "exampledata.csv", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [ | ||
"Example.Label" | ||
], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
}, | ||
{ | ||
"@search.score": 1.0, | ||
"@search.highlights": { | ||
"qualifiedName": [ | ||
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/AllTypes.csv" | ||
] | ||
}, | ||
"id": "2605db54-086d-4d6c-adb6-f0bbed6c6eab", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/AllTypes.csv", | ||
"name": "AllTypes.csv", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [ | ||
"Example.Label" | ||
], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"title": "Discovery_Query_And", | ||
"operationId": "Discovery_Query" | ||
} |
97 changes: 97 additions & 0 deletions
97
...tics.Purview.DataMap/preview/2024-03-01-preview/examples/Discovery_Query_AndOrNested.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
{ | ||
"parameters": { | ||
"Endpoint": "{Endpoint}", | ||
"body": { | ||
"keywords": null, | ||
"limit": 10, | ||
"filter": { | ||
"and": [ | ||
{ | ||
"entityType": "azure_blob_path" | ||
}, | ||
{ | ||
"attributeName": "qualifiedName", | ||
"operator": "contains", | ||
"attributeValue": ".csv" | ||
}, | ||
{ | ||
"or": [ | ||
{ | ||
"attributeName": "name", | ||
"operator": "eq", | ||
"attributeValue": "exampledata.csv" | ||
}, | ||
{ | ||
"attributeName": "qualifiedName", | ||
"operator": "prefix", | ||
"attributeValue": "https://" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"api-version": "2024-03-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"@search.count": 2, | ||
"@search.count.approximate": false, | ||
"value": [ | ||
{ | ||
"@search.score": 1.0, | ||
"@search.highlights": { | ||
"qualifiedName": [ | ||
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/exampledata.csv" | ||
] | ||
}, | ||
"id": "63b92968-c9ac-4af8-8cff-f61d147bbf88", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/exampledata.csv", | ||
"name": "exampledata.csv", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [ | ||
"Example.Label" | ||
], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
}, | ||
{ | ||
"@search.score": 1.0, | ||
"@search.highlights": { | ||
"qualifiedName": [ | ||
"https://exampleaccount.blob.core.windows.net/examplepath/<em>csv</em>/AllTypes.csv" | ||
], | ||
"name": [ | ||
"<em>AllTypes.csv</em>" | ||
] | ||
}, | ||
"id": "2605db54-086d-4d6c-adb6-f0bbed6c6eab", | ||
"qualifiedName": "https://exampleaccount.blob.core.windows.net/examplepath/csv/AllTypes.csv", | ||
"name": "AllTypes.csv", | ||
"description": null, | ||
"owner": null, | ||
"entityType": "azure_blob_path", | ||
"classification": [], | ||
"label": [ | ||
"Example.Label" | ||
], | ||
"assetType": [ | ||
"Azure Blob Storage" | ||
], | ||
"term": [], | ||
"contact": [] | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"title": "Discovery_Query_AndOrNested", | ||
"operationId": "Discovery_Query" | ||
} |
Oops, something went wrong.