Gateways - Get Datasource
从指定的网关返回指定的数据源。
权限
用户必须具有网关管理员权限。
所需范围
Dataset.ReadWrite.All 或 Dataset.Read.All
限制
不支持虚拟网络 (VNet) 网关。
GET https://api.powerbi.com/v1.0/myorg/gateways/{gatewayId}/datasources/{datasourceId}
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
datasource
|
path | True |
string uuid |
数据源 ID |
gateway
|
path | True |
string uuid |
网关 ID。 使用网关群集时,网关 ID 是指群集中第一个) 网关的主 (。 在这种情况下,网关 ID 类似于网关群集 ID。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定 |
示例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/gateways/1f69e798-5852-4fdd-ab01-33bb14b6e934/datasources/252b9de8-d915-4788-aaeb-ec8c2395f970
Sample Response
{
"id": "252b9de8-d915-4788-aaeb-ec8c2395f970",
"gatewayId": "1f69e798-5852-4fdd-ab01-33bb14b6e934",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"MyServer\",\"database\":\"MyDatabase\"}",
"credentialType": "Windows",
"datasourceName": "Sample Datasource"
}
定义
名称 | 说明 |
---|---|
credential |
数据源凭据的类型 |
Gateway |
Power BI 网关数据源 |
Gateway |
数据源凭据详细信息 |
credentialType
数据源凭据的类型
名称 | 类型 | 说明 |
---|---|---|
Anonymous |
string |
|
Basic |
string |
|
Key |
string |
|
OAuth2 |
string |
|
SAS |
string |
|
Windows |
string |
GatewayDatasource
Power BI 网关数据源
名称 | 类型 | 说明 | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
connectionDetails |
string |
JSON 格式的连接详细信息 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
credentialDetails |
需要更新的数据源的连接详细信息。 当数据集有多个数据源时,连接详细信息是必需的。 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
credentialType |
数据源凭据的类型 |
||||||||||||||||||||||||||||||||||||||||||||||||||||
datasourceName |
string |
数据源的名称。 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
datasourceType |
string |
数据源的类型。
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
gatewayId |
string |
关联的网关 ID。 使用网关群集时,网关 ID 是指群集中第一个) 网关的主 (,类似于网关群集 ID。 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
id |
string |
数据源的唯一 ID |
GatewayDatasourceCredentialDetails
数据源凭据详细信息
名称 | 类型 | 说明 |
---|---|---|
useEndUserOAuth2Credentials |
boolean |
在 DirectQuery 模式下连接到数据源时,最终用户 Azure AD 标识是否 (OAuth 2.0 凭据) 。 与支持 单一登录的数据源配合使用, (SSO) 。 |