Pipelines - Get Pipeline
特定のパイプラインに関する詳細を取得する
GET http://localhost/BizTalkManagementService/Pipelines/{pipelineName}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
pipeline
|
path | True |
string |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
[OK] Media Types: "application/json", "text/json", "application/xml", "text/xml" |
定義
名前 | 説明 |
---|---|
Pipeline |
パイプラインのモデル |
Pipeline |
パイプラインの追跡オプション |
Pipeline
パイプラインのモデル
名前 | 型 | 説明 |
---|---|---|
Application |
string |
パイプラインが属するアプリケーションの名前 |
AssemblyQualifiedName |
string |
パイプラインのアセンブリ修飾名 |
BtsAssembly |
string |
パイプラインの BTS アセンブリ名 |
Description |
string |
パイプラインの説明 |
FullName |
string |
パイプラインのフル ネーム |
Tracking |
パイプラインの追跡プロパティ |
|
Type |
string |
パイプラインの種類 (送受信/変換など) |
PipelineTracking
パイプラインの追跡オプション
名前 | 型 | 説明 |
---|---|---|
InboundMessageBody |
boolean |
パイプライン処理前のメッセージ |
MessageSendReceive |
boolean |
メッセージ送受信イベント |
OutboundMessageBody |
boolean |
パイプライン処理後のメッセージ |
ServiceStartEnd |
boolean |
ポートの開始イベントと終了イベント |