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 |
端口开始和结束事件 |