Pipelines - Get Pipeline
取得特定管線的詳細資料
GET http://localhost/BizTalkManagementService/Pipelines/{pipelineName}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
pipeline
|
path | True |
string |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
名稱 | Description |
---|---|
Pipeline |
管線的模型 |
Pipeline |
管線的追蹤選項 |
Pipeline
管線的模型
名稱 | 類型 | Description |
---|---|---|
Application |
string |
管線所屬的應用程式名稱 |
AssemblyQualifiedName |
string |
管線的元件限定名稱 |
BtsAssembly |
string |
管線的 BTS 元件名稱 |
Description |
string |
管線的描述 |
FullName |
string |
管線的完整名稱 |
Tracking |
追蹤管線的屬性 |
|
Type |
string |
管線類型 (傳送/接收/轉換等) |
PipelineTracking
管線的追蹤選項
名稱 | 類型 | Description |
---|---|---|
InboundMessageBody |
boolean |
管線處理前的訊息 |
MessageSendReceive |
boolean |
訊息傳送和接收事件 |
OutboundMessageBody |
boolean |
管線處理之後的訊息 |
ServiceStartEnd |
boolean |
埠開始和結束事件 |