cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extract any problem in Dynatrace that doesn't have an alerting profile?

tijust1
Advisor

Hi,

Any process or steps to extract any problem in Dynatrace that doesn't have an alerting profile?

 

Dynatrace Professional Certified
3 REPLIES 3

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

Are you using Grail? I think this can be done using DQL or Problems API.

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Mohamed_Hamdy
DynaMight Champion
DynaMight Champion

Hello @tijust1 ,

by default, any problem will be assigned to the "Default" alerting profile, unless you have specified/created another alerting profile with a specific scope, as @AntonPineiro you can use DQL and Problem APIs, for Problem APIs you can use the problemSelector to check the problems with the default alerting profile

/api/v2/problems?problemSelector=problemFilterNames.equals(Default)

Certified Dynatrace Professional | Certified Dynatrace Services Delivery - Observability & CloudOps | Dynatrace Partner - yourcompass.ca

tijust1
Advisor

@Mohamed_Hamdy @AntonPineiro Thank you for your suggestions. I utilized the API and successfully retrieved all necessary problem cards without relying on the alerting profile. It appears that the "Default" alerting profile was not functioning correctly, likely due to the addition of irrelevant tags. In the Default profile, no tags should be added. However, through the API, I was able to obtain the desired result effectively

Dynatrace Professional Certified

Featured Posts