3

I want to send log events to BAM 2.4.1 via client REST but I dont find any example about it so I need to know what is the endpoint url and some example about building of the json message to send.

Thanks in advance for any help

Community
  • 1
  • 1
AntimoV
  • 51
  • 1
  • 5

1 Answers1

0

Currently, it doesn't have a REST API to publish events. Current options are listed here.

In addition you can use Analytics JavaScript (JS) API as well. It has this limitation.

Currently due to a limitation, client applications should be deployed in the same domain as the Dashboard server. i.e - DAS_HOME/repository/deployment/server/webapps

Bee
  • 12,251
  • 11
  • 46
  • 73
  • Sorry but I'm using BAM 2.4.1. and from the wso2 docs ([link](https://docs.wso2.com/display/BAM241/Sending+Events+through+the+REST+API) ) I read thath is possible to send event by rest client – AntimoV Feb 01 '17 at 16:22