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
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.