With updateMsgRoutingRemote operation you can update the configuration of an existing message routing rule 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, changeNameTo
Example
To update MyRoutingRuleName to NewRoutingRuleName on remote Appliance 1.2.20.100:
updateMsgRoutingRemote authstr 1.2.20.100 “MyRoutingRuleName” “10.1.2.3” “10.2.3.4” “4433” “LogLogic TCP” “yes” “All Syslog” “MySearchFilter” “no” “yes” “yes” “NewRoutingRuleName”