08 May 2019 02:00 AM - last edited on 27 Apr 2021 01:32 PM by MaciejNeumann
We're looking at exporting the user session data into a third party system but need a field or fields to use as a primary key, any suggestions?
Solved! Go to Solution.
08 May 2019 09:27 AM
Hi, the userSessionId should be unique for each session. There are some very rare situations where the agent might send duplicate so to be absolutely sure, you will need to include tenantId and startTime of the session. But that is only for very rare corner cases.
08 May 2019 10:02 PM
Thanks this should be exactly what we need 🙂
08 May 2019 09:27 AM
Hello @Jeremy B.
We can obtain user sessions data through Dynatrace Environment API but I guess export is not available yet.
https://10.34.243.105/e/5e8dab8f-dbee-4019-88d5-f74bbd2336b6/api-doc/index.jsp#/User_sessions
User session export has only basic authentication.
Regards,
Babar