Pipelines - Get
GET Pipelines
GET http://localhost/BizTalkManagementService/Pipelines
Responses
Name | Type | Description |
---|---|---|
200 OK |
Pipeline[] |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
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 |