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 on each Common Request Parameter, see Common Request Parameters.

Response

msgRoutingResponse (see msgRoutingResponse Type)

Example

To add a message routing rule 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:

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