Orchestrations - Get Orchestration

Get Specific Orchestration

GET http://localhost/BizTalkManagementService/Orchestrations/{applicationName}/{orchestrationName}

URI Parameters

Name In Required Type Description
applicationName
path True

string

Name of application

orchestrationName
path True

string

Name of Orchestration

Responses

Name Type Description
200 OK

Orchestration

OK

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definitions

Name Description
Orchestration

Model representing Orchestration

OrchestrationInboundPort

Model representing an Inbound Port

OrchestrationOutboundPort

Model representing an Outbound Port

OrchestrationTrackingOptions

Model representing Tracking Options for Orchestration

Orchestration

Model representing Orchestration

Name Type Description
AnalyticsEnabled

boolean

Determines whether analytics is enabled

ApplicationName

string

Application Name

AssemblyName

string

Assembly Name

Description

string

Description

FullName

string

Orchestration Name

Host

string

Host Name

ImplementedRoles

string[]

Implemented Roles

InboundPorts

OrchestrationInboundPort[]

Inbound Ports

InvokedOrchestrations

string[]

Invoked Orchestrations

OutboundPorts

OrchestrationOutboundPort[]

Outbound Ports

Status

string

Status

Tracking

OrchestrationTrackingOptions

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