The Targets page enables you to define a list of targets which receive the data.
In the Operations Connector user interface, click
in the toolbar. Then click Forwarding >
Data Forwarding.
Alternatively, double-click an existing policy to edit it.
Click Targets to open the policy Targets page.
A receiver target is a REST web service endpoint set up by a consumer application and is defined by its URL. The target can receive data in one of the two supported formats: JSON or XML. The consumer application that maintains the endpoint also defines whether data should be sent with a mechanism that guarantees delivery. You can define several different targets in a single policy.
Note that you must specify the port as part of the URL, even for the standard HTTP port. For example, if your target is http://computer.company.com/bsmc_data, using the HTTP port, you need to specify http://computer.company.com:80/bsmc_data.
above the Name column to add a new target.Select the wire format. The following formats are supported: XML and JSON.
|
UI Element |
Description |
|---|---|
| <Data Forwarding Targets> | A table of configured receiver targets. The table lists the target name, description, URL, wire format and whether guaranteed delivery is used. |
| Name | The user defined name of the receiving target. The filed is mandatory. |
| Description | A brief description of the target. |
| URL | The URL of the REST web service endpoint. The field is mandatory. |
| Wire format | The wire format the target expects. The supported formats are XML and JSON. |
| Use Guaranteed Delivery | Select this option to use guaranteed delivery. |