Pipelines - Create Pipeline
新しいデプロイ パイプラインを作成します。
必要なスコープ
Pipeline.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/pipelines
要求本文
| 名前 | 必須 | 型 | 説明 |
|---|---|---|---|
| displayName | True |
string maxLength: 256 |
新しいデプロイ パイプラインの表示名 |
| description |
string maxLength: 1024 |
新しいデプロイ パイプラインの説明 |
応答
| 名前 | 型 | 説明 |
|---|---|---|
| 201 Created |
作成 |
例
Create a deployment pipeline example
要求のサンプル
POST https://api.powerbi.com/v1.0/myorg/pipelines
{
"displayName": "My Deployment Pipeline Name",
"description": "My deployment pipeline description"
}
応答のサンプル
{
"id": "a5ded933-57b7-41f4-b072-ed4c1f9d5824",
"displayName": "My Deployment Pipeline Name",
"description": "My deployment pipeline description"
}
定義
| 名前 | 説明 |
|---|---|
|
Create |
新しいデプロイ パイプラインを作成するための要求 |
| Pipeline |
Power BI パイプライン |
|
Pipeline |
Power BI デプロイ パイプライン ステージ |
CreatePipelineRequest
新しいデプロイ パイプラインを作成するための要求
| 名前 | 型 | 説明 |
|---|---|---|
| description |
string maxLength: 1024 |
新しいデプロイ パイプラインの説明 |
| displayName |
string maxLength: 256 |
新しいデプロイ パイプラインの表示名 |
Pipeline
Power BI パイプライン
| 名前 | 型 | 説明 |
|---|---|---|
| description |
string |
デプロイ パイプラインの説明 |
| displayName |
string |
デプロイ パイプラインの表示名 |
| id |
string (uuid) |
デプロイ パイプライン ID |
| stages |
デプロイ パイプライン ステージのコレクション。
|
PipelineStage
Power BI デプロイ パイプライン ステージ
| 名前 | 型 | 説明 |
|---|---|---|
| order |
integer |
0 から始まるステージの順序。 |
| workspaceId |
string (uuid) |
割り当てられたワークスペース ID。 割り当てられたワークスペースがある場合にのみ適用されます。 |
| workspaceName |
string |
割り当てられたワークスペース名。 割り当てられたワークスペースがあり、ユーザーがワークスペースにアクセスできる場合にのみ適用されます。 |