createMsgRoutingRemote Operation
With createMsgRoutingRemote operation you can create message routing rules on a managed TIBCO LogLogic Appliance from a Management Station.
Request Parameters
authToken, applianceIP, routingName, sourceDevice, destinationIP, destinationPort, routingProtocol, enabled, severity, facility, searchFilterName, compressionEnabled, encryptionEnabled, authenticationEnabled
For more information on each Common Request Parameter, see Common Request Parameters.
Example
To add a message routing rule (on remote Appliance 1.2.20.100) named MyRoutingRuleName for device 10.1.2.3 to route to 10.2.3.4 port 4433 using the TIBCO LogLogic TCP protocol, for all Syslog messages using the search filter named MySearchFilter, with encryption and authentication enabled and compression disabled:
createMsgRoutingRemote authstr 1.2.20.100 “MyRoutingRuleName” “10.1.2.3” “10.2.3.4” “4433” “LogLogic TCP” “yes” “All Syslog” “MySearchFilter” “no” “yes” “yes”