readMsgRoutingRemote Operation
With readMsgRoutingRemote operation you can view the configuration of an existing message routing rule on a managed TIBCO LogLogic Appliance from a Management Station.
Example
SOAP request for readMsgRoutingRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:msg="MsgRoutingService">
<soapenv:Header/>
<soapenv:Body>
<msg:readMsgRoutingRemote>
<!--Optional:-->
<msg:authToken>admin/admin123</msg:authToken>
<!--Optional:-->
<msg:applianceIP>10.14.66.36</msg:applianceIP>
<!--Optional:-->
<msg:routingName>hellomr1</msg:routingName>
</msg:readMsgRoutingRemote>
</soapenv:Body>
</soapenv:Envelope>
SOAP response for readMsgRoutingRemote Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns:readMsgRoutingRemoteResponse xmlns:ns="MsgRoutingService">
<ns:return xsi:type="ax219:MsgRoutingResponse" xmlns:ax219="http://msgrouting.services.logapp.loglogic.com/xsd" xmlns:ax220="http://services.logapp.loglogic.com/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax220:authToken xsi:nil="true"/>
<ax220:resultCount>1</ax220:resultCount>
<ax220:statusCode>2000</ax220:statusCode>
<ax220:statusMessage>Successful</ax220:statusMessage>
<ax220:summaryOnly>false</ax220:summaryOnly>
<ax219:resultSet xsi:type="ax219:MsgRoutingDetail">
<ax219:authenticationEnabled>no</ax219:authenticationEnabled>
<ax219:compressionEnabled>no</ax219:compressionEnabled>
<ax219:compressionLevel xsi:nil="true"/>
<ax219:destinationIP>10.114.81.44</ax219:destinationIP>
<ax219:destinationPort>514</ax219:destinationPort>
<ax219:enabled>yes</ax219:enabled>
<ax219:encryptionEnabled>no</ax219:encryptionEnabled>
<ax219:facility/>
<ax219:matchStatus xsi:nil="true"/>
<ax219:origAuthEnabled xsi:nil="true"/>
<ax219:routingName>hellomr1</ax219:routingName>
<ax219:routingProtocol>UDP Syslog</ax219:routingProtocol>
<ax219:searchFilterName>None</ax219:searchFilterName>
<ax219:severity/>
<ax219:sourceDevice>::ffff:10.114.66.36_logapp</ax219:sourceDevice>
<ax219:transferStatus xsi:nil="true"/>
<ax219:tunnelStatus xsi:nil="true"/>
</ax219:resultSet>
</ns:return>
</ns:readMsgRoutingRemoteResponse>
</soapenv:Body>
</soapenv:Envelope>
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
