Message Routing Service Operations
The Message Routing Service operations enable you to manage message routing rules for your TIBCO LogLogic® appliance.
Overview
The Message Routing Service operations enable you to create, read, update, and delete message routing rules as well as view all message routing rules in your TIBCO LogLogic® appliance.
Using Message Routing Rules you can forward a copy of incoming log data from one TIBCO LogLogic® appliance to another TIBCO LogLogic® appliance or 3rd party device. In the TIBCO LogLogic® appliance you can view the user interface implementation by navigating to Administration > Message Routing.
Implementation Guidelines
The following are general implementation guidelines for the Message Routing Service operations:
- A set of Common Request Parameters are required for each operation. You must specify a value for all Required parameters.
- You must specify the value of the Common Request Parameters only.
- All parameters must be implemented in the order in which they appear in the Request Parameters section for each of the operations.
- All values for Common Request Parameters must be enclosed by double quotation marks (“value”). If the name of a device or a parameter value includes a forward slash (/), such as HP/UX, or IBM i5/OS, you must replace the forward slash with %2F. (The F is case-sensitive.)
Examples: HP%2FUX or IBM i5%2FOS
Message Routing Service Operation Descriptions
There are two kinds of operations:
- local - operation is performed on the local Appliance itself
- remote - operations (names ending with Remote) performed on a specified remote Appliance
The Message Routing Service contains the following operations:
- createMsgRouting Operation
- createMsgRoutingRemote Operation
- readMsgRouting Operation
- readMsgRoutingRemote Operation
- updateMsgRouting Operation
- updateMsgRoutingRemote Operation
- deleteMsgRouting Operation
- deleteMsgRoutingRemote Operation
- getList Operation
- getListRemote Operation
- msgRoutingResponse Type