Setting up data export via REST API
Submit an export request to the Usage Insights data export API to extract UXA usage data asynchronously and consume results from a Kafka topic.
Before you begin
Role required: sn_uxa_data_export.user
Activate Usage Insights data export:
- Install Usage Insights Data Export store app (
sn_uxa_data_export) on your instance.Note:Installing the app activates the data export REST API endpoint and provisions the managed Hermes topic used to deliver results. - Have your instance URL and user credentials ready for authentication.
- Identify the event names, applications, and columns you want to export.
- Use the Usage Insights dashboard to review available data before you submit the request.Note:Availability in some regulated markets may follow general availability. Check the Store listing for availability in your region.
About this task
The process of Usage Insights data export using REST API involves preparing the export request parameters, managing the API request submitted and response received, securing Hermes and consuming export results.