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

How to acess the quality report throught the Dynatrace API?

extern_mauro_ma
Participant

I want to get a json with the Quality Reports, so I can precisely measure how much my environment is better for everty metric that I consider relevant. However when I use the API (.../api/config/v1/reports https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-api/configuration-api/reports-api/... ). The response boby is an empty list:

Details
200Response body

Download

{  "values": []
}
7 REPLIES 7

justin_hogue
Dynatrace Advisor
Dynatrace Advisor

Hello,

Have you enabled reporting on the dashboard? I believe you may first need to do this first to retrieve those values.

Here is a document with more info on subscribing to dashboard reports: https://www.dynatrace.com/support/help/how-to-use-dynatrace/dashboards-and-charts/dashboards/subscri...

Hope this helps!

Hi Justin, thanks for the answer. It worked for me, but I want to acess a Service Quality Report "Dashboars and reports >> "Reports", that one Dynatrace provides us by default: https://www.dynatrace.com/support/help/how-to-use-dynatrace/reports/service-quality-reports/

i am afraid the API you had used is not intended to access default dynatrace reports, but to access those "reports" generated by dashboards (mentioned on another answer of this topic).

Alanata a.s.

"old" style reports cannot be accessed by well known API, if you need some data out of them, you have to find another way. imho dynatrace default reports are kind of blackbox and probably will be replaced by something more common and configurable (i guess new dashboard reports in future).

Alanata a.s.

Hi @rastislav_danis hope you are doing well,

 

If there any way to allow another peoples to receive these report without sharing the link each time.

Seems there is a Subscription Option, but this option require Dynatrace Access and everyone must Subscribe by itself.

 

Thanks

Sharing Knowledge

Hi

i'm afraid there is no option to dashboard report subscription without dynatrace access.
You can sent users anonymous link to dashboard, but those users without access cannot setup subscription.

Alanata a.s.

Yes thats what I suspect.

 

Sharing Knowledge

Featured Posts