Orchestrations - Update
Update Orchestration. Allows us to Bind/Unbind Ports, Host and Change Tracking Options
PUT http://localhost/BizTalkManagementService/Orchestrations
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
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 |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content |
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 |