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

User session export primary key

jeremy_bertensh
Newcomer

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?

 

3 REPLIES 3

christian_gusta
Dynatrace Helper
Dynatrace Helper

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.


Thanks this should be exactly what we need 🙂


Babar_Qayyum
DynaMight Guru
DynaMight Guru

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


Featured Posts