Hi Raja,

Apache Apex itself does not have that capability. But if you're using
dtGateway in DataTorrent RTS, you have the following options:

1) Write your own program to poll dtGateway's REST API and write your logic
based on the return values and fire an alert email when certain conditions
are met.

2) Use the somewhat hidden "systemAlerts" feature of the dtGateway REST
API. Take a look at the REST API documentation here
http://docs.datatorrent.com/dtgateway_api/ and search for the "PUT
/ws/v2/systemAlerts/alerts/{name}". This will send out an email when a
condition is met, and the condition can be written in JavaScript using the
_topic object.

David

On Wed, Jun 22, 2016 at 9:01 AM, Raja.Aravapalli <[email protected]
> wrote:

> Hi,
>
> Curious to know,  do we have any alerting mechanism available with Apex
> like emails on application status and Data quality alerts..etc.. .??
>
> Thanks.
>
>
> Regards,
> Raja.

Reply via email to