Triggering Monitoring

You can configure monitoring for Orchestrations and Notifications at design time in Orchestrator Studio. See the following pages for details:

Monitoring can also be triggered by sending headers as part of the notification, orchestration, or REST request.

For the case of REST services, headers are the only way to trigger monitoring.

If the request contains the following headers, the passed value overrides the design time configuration when calling an orchestration or a notification.

  • jde-AIS-MonitorRequest: This header is used to trigger monitoring. The following values allow you to control the level of monitoring:

    monitorRequest, monitorRequestIO,

    monitorRequestAndSteps, monitorRequestIOAndSteps,

    monitorRequestAndStepsIO,monitorRequestIOAndStepsIO

    Note: The values containing Steps are only valid for orchestration and notification requests.
  • jde-AIS-MonitorOnStart: This header takes a value of true or false and only applies if monitoring is triggered.