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

Can we utilize data explorer query to extract details via API?

AK
Pro

Hello Folks,

I wanted to extract Apdex split by geolocation and application via API.

I have data explorer query with which I can see following details, the same details I want via API.

AK_0-1691144448005.png

In short, how can we use data explorer query to extract the same details via API?

builtin:apps.web.apdex.userType.geoBig:filter(and(or(in("dt.entity.geolocation",entitySelector("type(geolocation),entityName.contains(~"dummydata~")"))))):filter (ne("dt.entity.geolocation","GEOLOCATION-1234567891011")):splitBy("dt.entity.geolocation","dt.entity.application"):sort(value(auto,descending))

Regards,

AK

2 REPLIES 2

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

You have a direct link to copy request.

AntonPineiro_0-1691148509950.png

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

@AntonPineiro, Thanks for the quick response. That really helped.

Featured Posts