Pipelines - Get Pipelines
ユーザーがアクセスできるデプロイ パイプラインの一覧を返します。
必要なスコープ
Pipeline.Read.All または Pipeline.ReadWrite.All
GET https://api.powerbi.com/v1.0/myorg/pipelines
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/pipelines
Sample Response
{
"value": [
{
"id": "a5ded933-57b7-41f4-b072-ed4c1f9d5824",
"displayName": "Marketing Deployment Pipeline",
"description": "Power BI deployment pipeline to manage marketing reports"
}
]
}
定義
名前 | 説明 |
---|---|
Pipeline |
Power BI パイプライン |
Pipelines |
Power BI デプロイ パイプラインのコレクションの OData 応答ラッパー |
Pipeline |
Power BI デプロイ パイプライン ステージ |
Pipeline
Power BI パイプライン
名前 | 型 | 説明 |
---|---|---|
description |
string |
デプロイ パイプラインの説明 |
displayName |
string |
デプロイ パイプラインの表示名 |
id |
string |
デプロイ パイプライン ID |
stages |
デプロイ パイプライン ステージのコレクション。 要求で設定 |
Pipelines
Power BI デプロイ パイプラインのコレクションの OData 応答ラッパー
名前 | 型 | 説明 |
---|---|---|
odata.context |
string |
OData コンテキスト |
value |
Pipeline[] |
デプロイ パイプラインのコレクション |
PipelineStage
Power BI デプロイ パイプライン ステージ
名前 | 型 | 説明 |
---|---|---|
order |
integer |
ステージの順序 。0 から始まります。 |
workspaceId |
string |
割り当てられたワークスペース ID。 割り当てられたワークスペースがある場合にのみ適用されます。 |
workspaceName |
string |
割り当てられたワークスペース名。 割り当てられたワークスペースがあり、ユーザーがワークスペースにアクセスできる場合にのみ適用されます。 |