createMsgRouting Operation
With createMsgRouting operation you can create message routing rules.
Request Parameters
authToken, routingName, sourceDevice, destinationIP, destinationPort, routingProtocol, enabled, severity, facility, searchFilterName, compressionEnabled, encryptionEnabled, authenticationEnabled
For more information about each common request parameter, see Common Request Parameters.
Example
SOAP request for createMsgRouting Operation:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:msg="MsgRoutingService"> <soapenv:Header/> <soapenv:Body> <msg:createMsgRouting> <!--Optional:--> <msg:authToken>admin/admin123</msg:authToken> <!--Optional:--> <msg:routingName>hellomr1</msg:routingName> <!--Optional:--> <msg:sourceDevice>::ffff:10.114.81.43_logapp</msg:sourceDevice> <!--Optional:--> <msg:destinationIp>10.114.81.44</msg:destinationIp> <!--Optional:--> <msg:destinationPort>514</msg:destinationPort> <!--Optional:--> <msg:routingProtocol>udp</msg:routingProtocol> <!--Optional:--> <msg:enabled>yes</msg:enabled> <!--Optional:--> <msg:severity>high</msg:severity> <!--Optional:--> <msg:facility>high</msg:facility> <!--Optional:--> <msg:searchFilterName></msg:searchFilterName> <!--Optional:--> <msg:compressionEnabled>no</msg:compressionEnabled> <!--Optional:--> <msg:encryptionEnabled>no</msg:encryptionEnabled> <!--Optional:--> <msg:authenticationEnabled>no</msg:authenticationEnabled> </msg:createMsgRouting> </soapenv:Body> </soapenv:Envelope>
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.