Datasets - Get Gateway Datasources In Group
지정된 작업 영역에서 지정된 데이터 세트에 대한 게이트웨이 데이터 원본 목록을 반환합니다.
중요
이 API 호출은 더 이상 사용되지 않으며, 대신 그룹에서 데이터 원본 가져오기를 사용합니다.
필수 범위
Dataset.ReadWrite.All 또는 Dataset.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/Default.GetBoundGatewayDatasources
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
dataset
|
path | True |
string |
데이터 세트 ID |
group
|
path | True |
string uuid |
작업 영역 ID |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
예제
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/f089354e-8366-4e18-aea3-4cb4a3a50b48/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/Default.GetBoundGatewayDatasources
Sample Response
{
"value": [
{
"id": "16a54ccd-620d-4af3-9197-0b8c779a9a6d",
"gatewayId": "7f1c4e55-544b-403f-b132-da0d3a024674",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"MyServer.database.windows.net\",\"database\":\"MyDatabase\"}"
}
]
}
정의
Name | Description |
---|---|
credential |
데이터 원본 자격 증명의 형식 |
Gateway |
Power BI 게이트웨이 데이터 원본 |
Gateway |
데이터 원본 자격 증명 세부 정보 |
Gateway |
Power BI 게이트웨이 데이터 원본 컬렉션에 대한 OData 응답 래퍼 |
credentialType
데이터 원본 자격 증명의 형식
Name | 형식 | Description |
---|---|---|
Anonymous |
string |
|
Basic |
string |
|
Key |
string |
|
OAuth2 |
string |
|
SAS |
string |
|
Windows |
string |
GatewayDatasource
Power BI 게이트웨이 데이터 원본
Name | 형식 | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
connectionDetails |
string |
JSON 형식의 연결 세부 정보 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
credentialDetails |
업데이트가 필요한 데이터 원본에 대한 연결 세부 정보입니다. 데이터 세트에 둘 이상의 데이터 원본이 있는 경우 연결 세부 정보는 필수입니다. |
||||||||||||||||||||||||||||||||||||||||||||||||||||
credentialType |
데이터 원본 자격 증명의 형식 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
datasourceName |
string |
데이터 원본의 이름입니다. |
|||||||||||||||||||||||||||||||||||||||||||||||||||
datasourceType |
string |
데이터 원본의 형식입니다.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
gatewayId |
string |
연결된 게이트웨이 ID입니다. 게이트웨이 클러스터를 사용하는 경우 게이트웨이 ID는 클러스터의 기본(첫 번째) 게이트웨이를 참조하며 게이트웨이 클러스터 ID와 유사합니다. |
|||||||||||||||||||||||||||||||||||||||||||||||||||
id |
string |
데이터 원본의 고유 ID |
GatewayDatasourceCredentialDetails
데이터 원본 자격 증명 세부 정보
Name | 형식 | Description |
---|---|---|
useEndUserOAuth2Credentials |
boolean |
DirectQuery 모드에서 데이터 원본에 연결할 때 최종 사용자 Azure AD ID(OAuth 2.0 자격 증명)가 사용되는지 여부입니다. SSO(Single Sign-On)를 지원하는 데이터 원본과 함께 사용합니다. |
GatewayDatasources
Power BI 게이트웨이 데이터 원본 컬렉션에 대한 OData 응답 래퍼
Name | 형식 | Description |
---|---|---|
odata.context |
string |
OData 컨텍스트 |
value |
게이트웨이 데이터 원본 목록 |