Dataflows - Get Dataflow Data Sources
지정된 데이터 흐름에 대한 데이터 원본 목록을 반환합니다.
사용 권한
이 API 호출은 서비스 주체 프로필에서 호출할 수 있습니다. 자세한 내용은 Power BI Embedded 서비스 주체 프로필을 참조하세요.
필수 범위
Dataflow.ReadWrite.All 또는 Dataflow.Read.All
GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/dataflows/{dataflowId}/datasources
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
dataflow
|
path | True |
string uuid |
데이터 흐름 ID |
group
|
path | True |
string uuid |
작업 영역 ID |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 |
예제
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/groups/51e47fc5-48fd-4826-89f0-021bd3a80abd/dataflows/928228ba-008d-4fd9-864a-92d2752ee5ce/datasources
Sample Response
{
"value": [
{
"datasourceType": "Sql",
"datasourceId": "16a54ccd-620d-4af3-9197-0b8c779a9a6d",
"gatewayId": "7f1c4e55-544b-403f-b132-da0d3a024674",
"connectionDetails": {
"server": "MyServer.database.windows.net",
"database": "MyDatabase"
}
},
{
"datasourceType": "OData",
"connectionDetails": {
"url": "https://services.odata.org/V4/Northwind/Northwind.svc"
},
"datasourceId": "16a54ccd-620d-4af3-9197-0b8c779a9a6d",
"gatewayId": "7f1c4e55-544b-403f-b132-da0d3a024674"
}
]
}
정의
Name | Description |
---|---|
Datasource |
Power BI 데이터 원본 |
Datasource |
Power BI 데이터 원본 연결 세부 정보입니다. 데이터 원본 가져오기 또는 그룹 내 데이터 원본 가져오기의 예제를 참조하세요. |
Datasources |
Power BI 데이터 원본 컬렉션에 대한 OData 응답 래퍼 |
Datasource
Power BI 데이터 원본
Name | 형식 | Description |
---|---|---|
connectionDetails |
데이터 원본 연결 세부 정보 |
|
connectionString |
string |
(사용되지 않음) 데이터 원본 연결 문자열입니다. DirectQuery에만 사용할 수 있습니다. |
datasourceId |
string |
게이트웨이에 바인딩되지 않은 경우 비어 있는 바인딩된 데이터 원본 ID |
datasourceType |
string |
데이터 원본 형식 |
gatewayId |
string |
게이트웨이에 바인딩되지 않은 경우 비어 있는 바인딩된 게이트웨이 ID입니다. 게이트웨이 클러스터를 사용하는 경우 게이트웨이 ID는 클러스터의 기본(첫 번째) 게이트웨이를 참조하며 게이트웨이 클러스터 ID와 유사합니다. |
name |
string |
(사용되지 않음) 데이터 원본 이름입니다. DirectQuery에만 사용할 수 있습니다. |
DatasourceConnectionDetails
Power BI 데이터 원본 연결 세부 정보입니다. 데이터 원본 가져오기 또는 그룹 내 데이터 원본 가져오기의 예제를 참조하세요.
Name | 형식 | Description |
---|---|---|
account |
string |
연결 계정 |
classInfo |
string |
연결 클래스 정보 |
database |
string |
연결 데이터베이스 |
domain |
string |
연결 도메인 |
emailAddress |
string |
연결 전자 메일 주소 |
kind |
string |
연결 종류 |
loginServer |
string |
연결 로그인 서버 |
path |
string |
연결 경로 |
server |
string |
연결 서버 |
url |
string |
연결 URL |
Datasources
Power BI 데이터 원본 컬렉션에 대한 OData 응답 래퍼
Name | 형식 | Description |
---|---|---|
odata.context |
string |
OData 컨텍스트 |
value |
데이터 원본 컬렉션 |