Orchestrations - Get
Get all Orchestrations
GET http://localhost/BizTalkManagementService/Orchestrations
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Definitions
Name | Description |
---|---|
Orchestration |
Model representing Orchestration |
Orchestration |
Model representing an Inbound Port |
Orchestration |
Model representing an Outbound Port |
Orchestration |
Model representing Tracking Options for Orchestration |
Orchestration
Model representing Orchestration
Name | Type | Description |
---|---|---|
ApplicationName |
string |
Application Name |
AssemblyName |
string |
Assembly Name |
Description |
string |
Description |
FullName |
string |
Orchestration Name |
Host |
string |
Host Name |
ImplementedRoles |
string[] |
Implemented Roles |
InboundPorts |
Inbound Ports |
|
InvokedOrchestrations |
string[] |
Invoked Orchestrations |
OutboundPorts |
Outbound Ports |
|
Status |
string |
Status |
Tracking |
Tracking Options |
|
UsedRoles |
string[] |
Used Roles |
OrchestrationInboundPort
Model representing an Inbound Port
Name | Type | Description |
---|---|---|
Binding |
string |
Port Binding Type |
Name |
string |
Port Name |
PortType |
string |
Port Type |
ReceivePort |
string |
Physical Receive Port bound to Port |
OrchestrationOutboundPort
Model representing an Outbound Port
Name | Type | Description |
---|---|---|
Binding |
string |
Port Binding Type |
Name |
string |
Port Name |
PortType |
string |
Port Type |
SendPort |
string |
Physical SendPort bound to Port |
SendPortGroup |
string |
Physical SendPortGroup bound to Port |
OrchestrationTrackingOptions
Model representing Tracking Options for Orchestration
Name | Type | Description |
---|---|---|
InboundMessageBody |
boolean |
Inbound Message Body |
MessageSendReceive |
boolean |
Message Send Receive |
OrchestartionEvents |
boolean |
Orchestration Events |
OutboundMessageBody |
boolean |
Outbound Message Body |
ServiceStartEnd |
boolean |
Service Start End |
TrackPropertiesForIncomingMessages |
boolean |
Track Properties for Incoming Messages |
TrackPropertiesForOutgoingMessages |
boolean |
Track Properties for Outgoing Messages |