다음을 통해 공유


Collections - Get Collection Path

컬렉션 경로를 나타내는 부모 이름 및 부모 식별 이름 체인을 가져옵니다.

GET {endpoint}/collections/{collectionName}/getCollectionPath?api-version=2019-11-01-preview

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
collectionName
path True

string

endpoint
path True

string

Purview 계정의 계정 엔드포인트입니다. 예: https://{accountName}.purview.azure.com/account/

api-version
query True

string

사용할 api 버전입니다.

응답

Name 형식 Description
200 OK

CollectionPathResponse

Success

Other Status Codes

ErrorResponseModel

공급자로부터 받은 오류 응답입니다.

보안

azure_auth

Azure Active Directory OAuth2 Flow.

형식: oauth2
Flow: implicit
권한 부여 URL: https://login.microsoftonline.com/common/oauth2/authorize

범위

Name 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"
  ]
}

정의

Name Description
CollectionPathResponse

컬렉션 리소스입니다.

Error

오류를 가져오거나 설정합니다.

ErrorModel

기본 오류 모델

ErrorResponseModel

기본 오류 응답 모델

CollectionPathResponse

컬렉션 리소스입니다.

Name 형식 Description
parentFriendlyNameChain

string[]

기본(루트) 컬렉션에서 시작하여 직속 부모로 끝나는 상위 항목의 이름입니다.

parentNameChain

string[]

기본(루트) 컬렉션에서 시작하여 직속 부모로 끝나는 상위 항목의 이름입니다.

Error

오류를 가져오거나 설정합니다.

Name 형식 Description
code

string

코드를 가져오거나 설정합니다.

details

ErrorModel[]

세부 정보를 가져오거나 설정합니다.

message

string

메시지를 가져오거나 설정합니다.

target

string

대상을 가져오거나 설정합니다.

ErrorModel

기본 오류 모델

Name 형식 Description
code

string

코드를 가져오거나 설정합니다.

details

ErrorModel[]

세부 정보를 가져오거나 설정합니다.

message

string

메시지를 가져오거나 설정합니다.

target

string

대상을 가져오거나 설정합니다.

ErrorResponseModel

기본 오류 응답 모델

Name 형식 Description
error

Error

오류를 가져오거나 설정합니다.