Pipelines - Create Pipeline
建立新的部署管線。
必要範圍
Pipeline.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/pipelines
要求本文
名稱 | 必要 | 類型 | Description |
---|---|---|---|
displayName | True |
string |
新部署管線的顯示名稱 |
description |
string |
新部署管線的描述 |
回應
名稱 | 類型 | Description |
---|---|---|
201 Created |
建立時間 |
範例
Create a deployment pipeline example
Sample Request
POST https://api.powerbi.com/v1.0/myorg/pipelines
{
"displayName": "My Deployment Pipeline Name",
"description": "My deployment pipeline description"
}
Sample Response
{
"id": "a5ded933-57b7-41f4-b072-ed4c1f9d5824",
"displayName": "My Deployment Pipeline Name",
"description": "My deployment pipeline description"
}
定義
名稱 | Description |
---|---|
Create |
建立新部署管線的要求 |
Pipeline |
Power BI 管線 |
Pipeline |
Power BI 部署管線階段 |
CreatePipelineRequest
建立新部署管線的要求
名稱 | 類型 | Description |
---|---|---|
description |
string |
新部署管線的描述 |
displayName |
string |
新部署管線的顯示名稱 |
Pipeline
Power BI 管線
名稱 | 類型 | Description |
---|---|---|
description |
string |
部署管線描述 |
displayName |
string |
部署管線顯示名稱 |
id |
string |
部署管線識別碼 |
stages |
部署管線階段的集合。 只有在要求中設定為 |
PipelineStage
Power BI 部署管線階段
名稱 | 類型 | Description |
---|---|---|
order |
integer |
階段順序,從零開始。 |
workspaceId |
string |
指派的工作區識別碼。 僅適用于有指派的工作區時。 |
workspaceName |
string |
指派的工作區名稱。 只有在有指派的工作區,且使用者具有工作區的存取權時,才適用。 |