Pipelines - Create Pipeline
创建新的部署管道。
所需范围
Pipeline.ReadWrite.All
POST https://api.powerbi.com/v1.0/myorg/pipelines
请求正文
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
displayName | True |
string |
新部署管道的显示名称 |
description |
string |
新部署管道的说明 |
响应
名称 | 类型 | 说明 |
---|---|---|
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"
}
定义
名称 | 说明 |
---|---|
Create |
创建新部署管道的请求 |
Pipeline |
Power BI 管道 |
Pipeline |
Power BI 部署管道阶段 |
CreatePipelineRequest
创建新部署管道的请求
名称 | 类型 | 说明 |
---|---|---|
description |
string |
新部署管道的说明 |
displayName |
string |
新部署管道的显示名称 |
Pipeline
Power BI 管道
名称 | 类型 | 说明 |
---|---|---|
description |
string |
部署管道说明 |
displayName |
string |
部署管道显示名称 |
id |
string |
部署管道 ID |
stages |
部署管道阶段的集合。 仅在请求中设置为 |
PipelineStage
Power BI 部署管道阶段
名称 | 类型 | 说明 |
---|---|---|
order |
integer |
阶段顺序,从零开始。 |
workspaceId |
string |
分配的工作区 ID。 仅当有分配的工作区时适用。 |
workspaceName |
string |
分配的工作区名称。 仅当有分配的工作区并且用户有权访问工作区时适用。 |