Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Output HTTP event adapter is used to send events to a specific Web service location using POST. 

...

  1. Log in to the product's management console, and click Configure.
  2. Click Output Event Adaptors in the Event Processor Configs menu, and then click Add Output Event Adaptor.
  3. Enter details as shown in the below example.

    create output HTTP event adapter

  4. Click Add Event Adaptor.

...

The configured output event adapters are used in event formatters. With output event adapter message properties, event formatters are able to extract data from event streams and format the output events. Following are the output HTTP event adapter-specific message properties.
output HTTP event adapter message propertiesImage Removed
The message properties of the output HTTP Message properties specific to output event adapters of the http type can be configured as follows.
  1. Log into the BAM Management Console. For detailed instructions, see Running the Product.
  2. In the Main tab, click Event Streams to open the Available Event Streams page.
  3. Click the Outflows link of the event stream to which the relevant output event adapter is connected. As a result, Event Out-Flows (<Output_Event_Adapter_Name>) opens.
  4. Click on the relevant event builder name to open the Event Formatter Details page.
    output HTTP event adapter message propertiesImage AddedThe message properties of a http output event adapter are described below

  1. . Change the property values as required.

    PropertyDescription
    HeadersCustom HTTP headers that you want to send with the HTTP post
    PasswordHTTP BasicAuth password
    UsernameHTTP BasicAuth username
    URLThe target HTTP/HTTPS URL
    Output Event TypeThe outgoing event type to be mapped. The output HTTP event adapter supports XML, JSON, and text mappings.