Orchestrations - Get
Obtenir toutes les orchestrations
GET http://localhost/BizTalkManagementService/Orchestrations
Réponses
Nom | Type | Description |
---|---|---|
200 OK |
Ok Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Définitions
Nom | Description |
---|---|
Orchestration |
Modèle représentant l’orchestration |
Orchestration |
Modèle représentant un port entrant |
Orchestration |
Modèle représentant un port sortant |
Orchestration |
Modèle représentant les options de suivi pour l’orchestration |
Orchestration
Modèle représentant l’orchestration
Nom | Type | Description |
---|---|---|
ApplicationName |
string |
Nom de l’application |
AssemblyName |
string |
Nom de l'assembly |
Description |
string |
Description |
FullName |
string |
NomOrchestration |
Host |
string |
Nom d’hôte |
ImplementedRoles |
string[] |
Rôles implémentés |
InboundPorts |
Ports d'entrée |
|
InvokedOrchestrations |
string[] |
Orchestrations appelées |
OutboundPorts |
Ports de sortie |
|
Status |
string |
Statut |
Tracking |
Options de suivi |
|
UsedRoles |
string[] |
Rôles utilisés |
OrchestrationInboundPort
Modèle représentant un port entrant
Nom | Type | Description |
---|---|---|
Binding |
string |
Type de liaison de port |
Name |
string |
Nom du port |
PortType |
string |
Type de port |
ReceivePort |
string |
Port de réception physique lié au port |
OrchestrationOutboundPort
Modèle représentant un port sortant
Nom | Type | Description |
---|---|---|
Binding |
string |
Type de liaison de port |
Name |
string |
Nom du port |
PortType |
string |
Type de port |
SendPort |
string |
SendPort physique lié au port |
SendPortGroup |
string |
SendPortGroup physique lié au port |
OrchestrationTrackingOptions
Modèle représentant les options de suivi pour l’orchestration
Nom | Type | Description |
---|---|---|
InboundMessageBody |
boolean |
Corps du message entrant |
MessageSendReceive |
boolean |
Réception d’envoi de message |
OrchestartionEvents |
boolean |
Événements d’orchestration |
OutboundMessageBody |
boolean |
Corps du message sortant |
ServiceStartEnd |
boolean |
Fin de début du service |
TrackPropertiesForIncomingMessages |
boolean |
Suivre les propriétés des messages entrants |
TrackPropertiesForOutgoingMessages |
boolean |
Suivre les propriétés des messages sortants |