Install the Accelerator

On your Oracle Integration instance, install the accelerator to deploy and configure the integration and associated resources.

Install the accelerator on your Oracle Integration instance. See Install a Recipe or Accelerator.

After you've installed the accelerator, configure the following resources:

Configure the Oracle Alerting Service Trigger Connection

  1. In the Connections section, click the connection name.
  2. In the Security section, select OAuth 2.0 Or Basic Authentication as the security policy.
  3. Click Save. If prompted, click Save again.
  4. Click Test to ensure that your connection is successfully configured. In the resulting dialog, click Test again.

    A message confirms if your test is successful.

  5. To return to the project workspace, click Go back Back icon.

Configure the Oracle Alerting Service Invoke Connection

  1. In the Connections section, click the connection name.
  2. In the Properties section, enter the following details:
    Field Information to Enter
    Connection Type Select REST API Base URL.
    Connection URL Enter the connection URL as https://www.oracle.com
  3. In the Security section, select No Security Policy.
  4. Click Save. If prompted, click Save again.
  5. Click Test to ensure that your connection is successfully configured. In the resulting dialog, click Test again.

    A message confirms if your test is successful.

  6. To return to the project workspace, click Go back Back icon.

Configure the Lookup Tables

Edit the lookup tables of the accelerator and enter appropriate lookup key values.

The accelerator contains the following lookup tables:

  • ORCL-T-GENRIC_ENS_NOTIFICATION_DATA stores the actual parameters for each notification type.
  • ORCL-T-GENRIC_ENS_NOTIFICATION_SELECTOR stores two parameters that define the notification type for the calling service.
  • ORCL-T-GENRIC_ENS_NOTIFICATION_SELECTOR_MSGID stores the parameters - Message_ID, Message_Subject, and Notification_Type.
  1. In the Lookups section, click the lookup name.
  2. Enter appropriate values for the lookup keys in the lookup tables.
    1. In the ORCL-T-GENRIC_ENS_NOTIFICATION_DATA lookup table, enter the notification type, and the values for the parameters in each notification type.
      Notification_Type Parameter Value
      Email param1 Enter the email of the user to whom the notification will be sent.
      param2 Enter the email from which the email needs to be sent.
      PagerDuty param1 PagerDuty admin email ID
      param2 PagerDuty API token
      param3 PagerDuty service ID
      param4 PagerDuty assignee
      JIRA param1 JIRA admin username
      param2 JIRA access token
      param3 JIRA project name
      param4 JIRA issue type name
      param5 JIRA assignee ID
      param6 JIRA base URL
      CUSTOM param1 Specify a custom value
      param2 Specify a custom value
    2. In the ORCL-T-GENRIC_ENS_NOTIFICATION_SELECTOR lookup table, specify values for the following lookup keys:
      Key Value
      Notification_Type Specify the type of notification. For example: EMAIL, PAGERDUTY or JIRA.
      IntegrationCode_Version Specify the integration code and version of the calling service. For example: INT_CODE:VERSION(01.00.0000)
    3. In the ORCL-T-GENRIC_ENS_NOTIFICATION_SELECTOR_MSGID lookup table, specify values for the following lookup keys.
      Key Value
      Message_ID Specify the notification message's ID. For example, 4323
      Message_Subject Specify the notification message's subject. For example, Failure in DS.
      Notification_Type Specify the notication type. For example: EMAIL, PAGERDUTY or JIRA.
  3. Click Save. If prompted, click Save again.
  4. To return to the project workspace, click Go back Back icon.