Collections - Get Collection Path
取得代表集合路徑的父名稱和父易記名稱鏈結。
GET {endpoint}/collections/{collectionName}/getCollectionPath?api-version=2019-11-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
collection
|
path | True |
string |
|
endpoint
|
path | True |
string |
Purview 帳戶的帳戶的帳戶端點。 範例:https://{accountName}.purview.azure.com/account/ |
api-version
|
query | True |
string |
要使用的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
Success |
|
Other Status Codes |
從提供者收到的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
Collections_GetCollectionPath
範例要求
GET {endpoint}/collections/myCollection1/getCollectionPath?api-version=2019-11-01-preview
範例回覆
Date: Wed, 13 Sep 2017 18:04:32 GMT
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
X-Content-Type-Options: nosniff
x-ms-correlation-request-id: 25c78f97-0b0a-4fe9-ad39-883a482265cd
{
"parentNameChain": [
"account1",
"parent1"
],
"parentFriendlyNameChain": [
"Test account friendly name",
"parent1"
]
}
定義
名稱 | Description |
---|---|
Collection |
集合資源。 |
Error |
取得或設定錯誤。 |
Error |
默認錯誤模型 |
Error |
默認錯誤回應模型 |
CollectionPathResponse
集合資源。
名稱 | 類型 | Description |
---|---|---|
parentFriendlyNameChain |
string[] |
上階的易記名稱,從預設 (根) 集合開始,並以立即父系結尾。 |
parentNameChain |
string[] |
從預設 (根) 集合開始的上階名稱,並以立即父系結尾。 |
Error
取得或設定錯誤。
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorModel
默認錯誤模型
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定程序代碼。 |
details |
取得或設定詳細數據。 |
|
message |
string |
取得或設定訊息。 |
target |
string |
取得或設定目標。 |
ErrorResponseModel
默認錯誤回應模型
名稱 | 類型 | Description |
---|---|---|
error |
取得或設定錯誤。 |