deleteMsgRouting Operation
With deleteMsgRouting operation you can delete an existing message routing rule.
Example
SOAP request for deleteMsgRouting Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:msg="MsgRoutingService"> <soapenv:Header/> <soapenv:Body> <msg:deleteMsgRouting> <!--Optional:--> <msg:authToken>admin/admin123</msg:authToken> <!--Optional:--> <msg:routingName>hellomr2</msg:routingName> </msg:deleteMsgRouting> </soapenv:Body> </soapenv:Envelope>
SOAP response for deleteMsgRouting Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <ns:deleteMsgRoutingResponse 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>Deleted message routing hellomr2 successfully - 1</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.46</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>hellomr2</ax219:routingName> <ax219:routingProtocol>TCP 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:deleteMsgRoutingResponse> </soapenv:Body> </soapenv:Envelope>
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.