Pipelines - Update
Update Tracking and Description of a Pipeline
PUT http://localhost/BizTalkManagementService/Pipelines/{pipelineName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
pipeline
|
path | True |
string |
Name of pipeline to be updated |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
Name | Type | Description |
---|---|---|
Application |
string |
Name of the Application to which the Pipeline belongs |
AssemblyQualifiedName |
string |
Assembly Qualified Name of Pipeline |
BtsAssembly |
string |
BTS Assembly Name of Pipeline |
Description |
string |
Description of the Pipeline |
FullName |
string |
Full Name of Pipeline |
Tracking |
Tracking Properties of the Pipeline |
|
Type |
string |
Type of Pipeline (Send/Receive/Transform etc.) |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content |
Definitions
Name | Description |
---|---|
Pipeline |
Model for Pipeline |
Pipeline |
Tracking Options for Pipeline |
Pipeline
Model for Pipeline
Name | Type | Description |
---|---|---|
Application |
string |
Name of the Application to which the Pipeline belongs |
AssemblyQualifiedName |
string |
Assembly Qualified Name of Pipeline |
BtsAssembly |
string |
BTS Assembly Name of Pipeline |
Description |
string |
Description of the Pipeline |
FullName |
string |
Full Name of Pipeline |
Tracking |
Tracking Properties of the Pipeline |
|
Type |
string |
Type of Pipeline (Send/Receive/Transform etc.) |
PipelineTracking
Tracking Options for Pipeline
Name | Type | Description |
---|---|---|
InboundMessageBody |
boolean |
Message before Pipeline Processing |
MessageSendReceive |
boolean |
Message Send and Receive Events |
OutboundMessageBody |
boolean |
Message after Pipeline Processing |
ServiceStartEnd |
boolean |
Port Start and End Events |