Pipelines - Get Pipeline Stages
指定したデプロイ パイプラインのステージを返します。
必要なスコープ
Pipeline.ReadWrite.All または Pipeline.Read.All
GET https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
デプロイ パイプライン ID |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
OK |
例
Get the stages of a deployment pipeline example
Sample Request
GET https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/stages
Sample Response
{
"value": [
{
"order": 0,
"workspaceId": "4de5bcc4-2c88-4efe-b827-4ee7b289b496",
"workspaceName": "Workspace-Development"
},
{
"order": 1,
"workspaceId": "44b499cf-1eeb-45e2-9ada-63b6ec9d516e"
},
{
"order": 2
}
]
}
定義
名前 | 説明 |
---|---|
Pipeline |
Power BI デプロイ パイプライン ステージ |
Pipeline |
Power BI デプロイ パイプライン ステージのコレクションの OData 応答ラッパー。 |
PipelineStage
Power BI デプロイ パイプライン ステージ
名前 | 型 | 説明 |
---|---|---|
order |
integer |
ステージの順序 。0 から始まります。 |
workspaceId |
string |
割り当てられたワークスペース ID。 ワークスペースが割り当てられている場合にのみ適用されます。 |
workspaceName |
string |
割り当てられたワークスペース名。 割り当てられたワークスペースがあり、ユーザーがワークスペースにアクセスできる場合にのみ適用されます。 |
PipelineStages
Power BI デプロイ パイプライン ステージのコレクションの OData 応答ラッパー。
名前 | 型 | 説明 |
---|---|---|
odata.context |
string |
OData コンテキスト |
value |
デプロイ パイプライン ステージのコレクション |