UnifiedViews Method - Request One Pipeline
UnifiedViews Method - Request One Pipeline
Description |
---|
Request the information about the specified pipeline. |
URL: http://{server}/master/api/1/pipelines/{id}
application/json
Supported Method |
---|
GET |
Parameter | Type | Required | Description |
---|---|---|---|
id | number | true | ID of the pipeline to return information about. |
asUser | string | true | User with permission to view and edit this pipeline. |
name | string | true | Name of your choice for the pipeline you want to create. |
description | string | false | A description for the pipeline details. |
http://admin:commander@localhost:8080/master/api/1/pipelines/33?asUser=admin
application/json
Status: 200 - OK
Attribute | Type | Required | Description |
---|---|---|---|
id | number | true | ID of the pipeline. |
name | string | true | Name of your choice for the pipeline you want to create. |
description | string | false | A description for the pipeline details. |
{ id: 1, name: "The pipeline", description: "The description" }