Configuring Callback URL for Appications Manager in ServiceDesk Plus

Configuring Callback URL for Appications Manager in ServiceDesk Plus

Description:

      Applications Manager with ServiceDesk Plus (SDP) integration sends a callback URL when creating or updating tickets. When a ticket is closed in ServiceDesk Plus, this callback URL triggers an API that clears the alert associated with the ticket in AppManager.

To allow ServiceDesk Plus to call the API and execute the callback URL, specific configurations are required.

Prerequisite:

The callback URL must be added to the allowed_origins.txt file in ServiceDesk Plus to enable SDP to make API calls to Applications Manager.

File Location:

      <SDP_Home>/conf/allowed_origins.txt

Example:

Callback URL sent from Applications Manager:
      HTTP:
      
      HTTPS:

Entry to be made in the allowed_origins.txt file:

      For HTTP:
            http://localhost:9091

      For HTTPS:
            https://localhost:8444


Notes
Notes:
  1. This Callback URL can be found in the CMDB logs of Applications Manager under "<APM_Home>/logs/cmdb/cmdb0.txt"
    Sample trace: 
    "callback_url : http://localhost:9091/AppManager/xml/clearAlerts?apikey=f1ea3b8285d4eb6055c6a9115db45451&entity=10000240_40801&incrementedIdVal=0"
            Look for the keyword "callback_url" in the log traces.
  1. The security constraint requiring the allowed_origins.txt configuration has been implemented in ServiceDesk Plus starting from version 11205.

By ensuring that the callback URL is properly configured, the API responsible for clearing alerts can be executed correctly when tickets are closed in ServiceDesk Plus.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshooting URL Monitor

                      When configuring a URL monitor in Applications Manager, you might encounter several errors related to accessibility, configuration, or server-side issues. Below are common errors along with step-by-step troubleshooting instructions to help you ...
                    • How to monitor ManageEngine Service Desk Plus(SDP) On-Prem performance under ManageEngine Applications Manager?

                      ManageEngine Service Desk Plus(SDP) is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance. Setting up APM Insight Java Agent Manual Setup Automated Setup Manual Setup Follow the below steps to download ...
                    • Troubleshooting - Nginx Plus

                      To troubleshoot Nginx Plus Server Monitor, follow the below steps: Verify Accessibility: Ensure that the Nginx Plus server instance is accessible from the Applications Manager server. Check Host and Port: Make sure you’ve entered the correct host and ...
                    • How to Integrate ServiceDesk Plus Cloud with Applications Manager

                      To integrate ServiceDesk Plus Cloud with Applications Manager, you need to configure and add OAuth Provider first Steps to configure and add OAuth Provider for ServiceDesk Plus Cloud Integration Visit the developer console portal at ...
                    • How to generate a URL Debug Tool Response for troubleshooting?

                      The URL Debug Tool in Applications Manager helps you analyze and troubleshoot the performance of URLs and their components on webpages. It executes the URL, collects performance data, and provides detailed reports for further analysis. Follow the ...