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

USQL UserSessionError Object

slandry6
Newcomer

Hello,

I'm currently working with a client that wanted to retrieve the errors that occurred in a user session via a USQL query through the Dynatrace API. The model for the UserSession object lists an "errors" property, which returns a list of UserSessionErrors objects. However, I am unable to retrieve this array, as trying to select the "errors" property on usersession returns an error (a 404 is returned stating that "errors" is a unknown field). Is there a way to retrieve this property?


1 REPLY 1

AlexanderSommer
Dynatrace Champion
Dynatrace Champion

the usersessionerror is not a "table" - the arry is just part of the usersession.


Featured Posts