post https://example-my.analytics.idaptive.app.idaptive.app/analytics/services/v1.0/dataset
You can create a custom dataset based on your requirements in the CyberArk User Behavior Analytics Service. The custom dataset needs a qualified SQL query with no syntax errors that will query the default tables of CyberArk User Behavior Analytics database. Choose the dataset name carefully because you can't edit the name after the dataset is created. The name is case-insensitive.
- To see the default tables schema, use the Get Analytics System Table API.
- To check if your SQL query is valid and has correct column names, use the Parse Dataset Query API.
- To create parameters and accept their values during dataset execution, use {param_name} format in the SQL query.