Is it possible to export the view events data that we see in AXA UI?
search cancel

Is it possible to export the view events data that we see in AXA UI?

book

Article ID: 246172

calendar_today

Updated On:

Products

CA Application Experience Analytics SaaS (AXA)

Issue/Introduction

The REST API https://axaservices-es-exporter.dxi-na1.saas.broadcom.com/esQuery/events does not export the view events data that we see in AXA UI and this is working as designed.

Is it possible to export the view events data that we see in AXA UI?

 

Environment

Release : SAAS

Component : CA APP EXPERIENCE ANALYTICS SAAS

Resolution

You can use the swagger api to get the events data that we see in AXA UI.

Here are the steps that you need to take.

Access the swagger api:

https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/app-experience-analytics-saas/SaaS/using/using-apis/rest-apis-best-practices.html

Change to mdo/v4 instead of ess.

using sessions/page/{id} swagger api, we could get the view_events.

Attachments