updateMsgRouting Operation

Using updateMsgRouting operation you can update the configuration of an existing message routing rule.

Request Parameters

authToken, routingName, sourceDevice, destinationIP, destinationPort, routingProtocol, enabled, severity, facility, searchFilterName, compressionEnabled, encryptionEnabled, authenticationEnabled, changeNameTo

Response

msgRoutingResponse (see msgRoutingResponse Type)

Example

To update MyRoutingRuleName to NewRoutingRuleName:

updateMsgRouting authstr “MyRoutingRuleName” “10.1.2.3” “10.2.3.4” “4433” “LogLogic TCP” “yes” “All Syslog” “MySearchFilter” “no” “yes” “yes” “NewRoutingRuleName”