Configuring Nolio REST Notifications

To receive notifications about task executions from Nolio for Run Process deployment tasks, you must configure REST notification properties in Nolio.

This configuration step is not necessary to complete a task, because the task execution is also polling. If the notification properties are configured, the task will be completed depending on which completes first, the polling interval or the notification. See Release Automation Actions Configuration Details.

To do this, update the REST integration properties file as follows:

  1. Navigate to the <Nolio installation directory>\CA\ReleaseAutomationServer\conf directory.

  2. If the text file rest.integration.properties does not exist, create it.

  3. In the rest.integration.properties file, specify the target URL for the Release Control Nolio notification URL (notification endpoint) according to the specifications:

    You must update the Nolio REST integration properties to specify a notification URL for detecting a status change in Nolio jobs.

    http(s)://<RLCServer>/rlc/notification/nolio?instance-name=<Nolio_Instance_Name>&provider-uuid=<Execution Configuration UUID>&jobId=

    where:

    • http or https is used, depending on whether you are using a non-SSL or SSL connection, respectively
    • RLCServer is the Release Control server host name or IP address
    • instance-name is optional and should be used to avoid possible collisions when using multiple Nolio servers simultaneously
      Note: The value of the instance-name parameter is limited by Nolio to numerical characters and the Latin alphabet.
    • provider-uuid is optional and should be used to bypass automatic configuration detection
    • &jobId= is a query parameter that must be at the end of the notification URL if either instance-name or provider-uuid are included, because Nolio automatically always adds a slash and jobId to the end of the URL.

    To find and copy the UUID, view the plugin configuration in Release Control Administration. See Release Control Administration Overview.

  4. Restart the Nolio services.

Related Topics

Release Automation Actions Configuration Details

Release Control Administration Overview