Funktion: |
Es wird ein Outbound Communication Endpoint zur Konfiguration hinzugefügt, dessen Eigenschaften Sie in einem Dictionary am MC-CLI übergeben müssen. |
Parameter: |
Name des BeanConnect Outbound Communication Endpoint
Proxy bzw. Proxy Cluster, dem der Outbound Communication Endpoint zugeordnet werden soll.
Dictionary mit key-value-Paaren der Eigenschaften, die dem Outbound Communication Endpoint zugeordnet werden sollen. Mögliche Werte für key finden Sie in Eigenschaften eines Outbound Communication Endpoints . |
Rückgabe: | ( Der neu zur Konfiguration hinzugefügte Outbound Communication Endpoint. |
Exceptions: |
|
Beispiel: | ... import BcAdminOutboundCommEndpoint import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") crPr={"desc":"created","eis-partner":"EP","partner- service":"TOS"} ce_obj=BcAdminOutboundCommEndpoint.create("CEND",\ proxy_obj,props=crPr) ... |