Orchestrations - Get
모든 오케스트레이션 가져오기
GET http://localhost/BizTalkManagementService/Orchestrations
응답
Name | 형식 | Description |
---|---|---|
200 OK |
정상 Media Types: "application/json", "text/json", "application/xml", "text/xml" |
정의
Name | Description |
---|---|
Orchestration |
오케스트레이션을 나타내는 모델 |
Orchestration |
인바운드 포트를 나타내는 모델 |
Orchestration |
아웃바운드 포트를 나타내는 모델 |
Orchestration |
오케스트레이션에 대한 추적 옵션을 나타내는 모델 |
Orchestration
오케스트레이션을 나타내는 모델
Name | 형식 | Description |
---|---|---|
AnalyticsEnabled |
boolean |
분석을 사용할 수 있는지 여부를 결정합니다. |
ApplicationName |
string |
애플리케이션 이름 |
AssemblyName |
string |
어셈블리 이름 |
Description |
string |
Description |
FullName |
string |
오케스트레이션 이름 |
Host |
string |
호스트 이름 |
ImplementedRoles |
string[] |
구현된 역할 |
InboundPorts |
인바운드 포트 |
|
InvokedOrchestrations |
string[] |
호출된 오케스트레이션 |
OutboundPorts |
아웃바운드 포트 |
|
Status |
string |
상태 |
Tracking |
추적 옵션 |
|
UsedRoles |
string[] |
사용된 역할 |
OrchestrationInboundPort
인바운드 포트를 나타내는 모델
Name | 형식 | Description |
---|---|---|
Binding |
string |
포트 바인딩 형식 |
Name |
string |
포트 이름 |
PortType |
string |
포트 유형 |
ReceivePort |
string |
포트에 바인딩된 실제 수신 포트 |
OrchestrationOutboundPort
아웃바운드 포트를 나타내는 모델
Name | 형식 | Description |
---|---|---|
Binding |
string |
포트 바인딩 형식 |
Name |
string |
포트 이름 |
PortType |
string |
포트 유형 |
SendPort |
string |
포트에 바인딩된 실제 SendPort |
SendPortGroup |
string |
포트에 바인딩된 실제 SendPortGroup |
OrchestrationTrackingOptions
오케스트레이션에 대한 추적 옵션을 나타내는 모델
Name | 형식 | Description |
---|---|---|
InboundMessageBody |
boolean |
인바운드 메시지 본문 |
MessageSendReceive |
boolean |
메시지 보내기 수신 |
OrchestartionEvents |
boolean |
오케스트레이션 이벤트 |
OutboundMessageBody |
boolean |
아웃바운드 메시지 본문 |
ServiceStartEnd |
boolean |
서비스 시작 종료 |
TrackPropertiesForIncomingMessages |
boolean |
들어오는 메시지에 대한 속성 추적 |
TrackPropertiesForOutgoingMessages |
boolean |
나가는 메시지에 대한 속성 추적 |