Integrations
Dynatrace
This document shows you how you can integrate Callgoose SQIBS with Dynatrace.
Incidents will be creating in Callgoose SQIBS when there is a incident created in Dynatrace as per the workflows configured by you in the Dynatrace
In Callgoose SQIBS
Create filter as per the Dynatrace workflows.
- For test purpose, create an API filter like this
After test, create suitable API filter values depending on the payload sent by Dynatrace to create a meaningful incident.
In Dynatrace
- Click on Settings under Manage categories and select Problem notifications under Integration category and Click on Add notification
2. Fill the following in the window appear under Add notification button.
Notification type : Select Custom Integration
Display name : CallgooseSQIBS
Webhook url : Enter your API Endpoint
3. Custom payload: Use the following JSON payload.
{ "State": "{State}", "ProblemID": "{ProblemID}", "PID": "{PID}", "title": "{ProblemTitle}", "ImpactedEntity": "{ImpactedEntity}", "ImpactedEntities": {ImpactedEntities}, "ProblemDetailsText": "{ProblemDetailsText}", "ProblemSeverity": "{ProblemSeverity}", "ProblemURL": "{ProblemURL}" }
You can customize your own payload with Available placeholders
4. Alerting profile: Select appropriate alerting profile of your choice.
5. Click on Send test notification to send this notification to Callgoose SQIBS to test
1. Please make sure you have added API filter contains values in Callgoose SQIBS before you send test notifications.
2. You can decide on ‘what Dynatrace payload’(customise the values in the Custom payload section) you need notifications in Callgoose SQIBS and depending upon that you can create the API filter values in the Callgoose SQIBS
You can see that Callgoose SQIBS created the Incident as per the above ‘Dynatrace payload values’
6. Click on Save changes
Now whenever an alert notification is triggered in Dynatrace, an incident will automatically be created in Callgoose SQIBS if the API Filter is success for the payload.
1. When Dynatrace payload 'State' value is 'open,' it triggers an incident in SQIBS. Likewise, when the 'State' is 'resolved,' it automatically resolves the incident in SQIBS.
2. You can click on Send test notification after expanding the created notification to send sample notifications again to Callgoose SQIBS.