Datasets - Discover Gateways
傳回可從 [我的工作區 ] 系結指定資料集的閘道清單。
此 API 呼叫只與至少有一個內部部署連線的資料集相關。 對於具有僅限雲端連線的資料集,此 API 呼叫會傳回空白清單。
必要範圍
Dataset.Read.All
GET https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/Default.DiscoverGateways
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
dataset
|
path | True |
string |
資料集識別碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 |
範例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/Default.DiscoverGateways
Sample Response
{
"value": [
{
"id": "1f69e798-5852-4fdd-ab01-33bb14b6e934",
"name": "ContosoGateway",
"type": "Resource",
"publicKey": {
"exponent": "AQAB",
"modulus": "o6j2....cLk="
}
}
]
}
定義
名稱 | Description |
---|---|
Gateway |
Power BI 閘道 |
Gateway |
Power BI 閘道公開金鑰 |
Gateways |
Power BI 閘道清單的 OData 回應包裝函式 |
Gateway
Power BI 閘道
名稱 | 類型 | Description |
---|---|---|
gatewayAnnotation |
string |
JSON 格式的閘道中繼資料 |
gatewayStatus |
string |
閘道線上狀態 |
id |
string |
閘道識別碼。 使用閘道叢集時,閘道識別碼是指叢集中第一個) 閘道的主要 (,類似于閘道叢集識別碼。 |
name |
string |
閘道名稱 |
publicKey |
閘道公開金鑰 |
|
type |
string |
閘道類型 |
GatewayPublicKey
Power BI 閘道公開金鑰
名稱 | 類型 | Description |
---|---|---|
exponent |
string |
公開金鑰指數 |
modulus |
string |
公開金鑰模數 |
Gateways
Power BI 閘道清單的 OData 回應包裝函式
名稱 | 類型 | Description |
---|---|---|
odata.context |
string |
|
value |
Gateway[] |
閘道清單 |