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

How to trace the requests sent to Dynatrace API?

volkan_eruyandi
Participant

Hi, 

 

We're having some integration issues between Dynatrace and our alert feeding system (kokpit).

Kokpit is missing some alerts based on Dynatrace problems. It collects all open problems once per 15 seconds. Is there a trace file to see the coming requests? We need that info for troubleshooting purposes. 

 

Kokpit's request url : 

https://<dynatracemanaged>/e/<environmentid>/api/v2/problems?problemSelector=status(""open"")&Api-token=<token>

1 REPLY 1

mgome
Advisor

API calls can be found in the audit.rest.X.X.log log files found on each node in your cluster.  We send our logs to a Splunk so we don't have to login to each node to view the logs.

 

There's also an audit logs API

 

https://www.dynatrace.com/support/help/dynatrace-api/environment-api/audit-logs/get-log

Featured Posts