readMsgRouting Operation

With readMsgRouting operation you can view the configuration of an existing message routing rule.

Request Parameters

authToken, routingName

Response

msgRoutingResponse (see msgRoutingResponse Type)

Example

SOAP request for readMsgRouting Operation:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:msg="MsgRoutingService">
   <soapenv:Header/>
   <soapenv:Body>
      <msg:readMsgRouting>
         <!--Optional:-->
         <msg:authToken>admin/admin123</msg:authToken>
         <!--Optional:-->
         <msg:routingName>hellomr1</msg:routingName>
      </msg:readMsgRouting>
   </soapenv:Body>
</soapenv:Envelope>
SOAP response for readMsgRouting Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <ns:readMsgRoutingResponse 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.81.43_logapp</ax219:sourceDevice>
               <ax219:transferStatus xsi:nil="true"/>
               <ax219:tunnelStatus xsi:nil="true"/>
            </ax219:resultSet>
         </ns:return>
      </ns:readMsgRoutingResponse>
   </soapenv:Body>
</soapenv:Envelope>