Strategy
The Strategy connector for rudol allows you to connect your Strategy instance and discover catalog items and their lineage through the Strategy REST API.
Prerequisites
- Strategy instance with REST API enabled. For the latest versions, the API is enabled by default.
- To validate that the API is enabled, you can perform this quick test:
- Go to
https://your-strategy-server/MicroStrategyLibrary/api-docs - If it automatically redirects to
/index.htmland you see your Strategy API REST Explorer, then it's enabled.
- Go to
info
For more information, check the Strategy REST API Documentation.
Connection parameters
| Name | Type | Description |
|---|---|---|
| Base URL | URL | Hostname of your Strategy instance. Example: https://env-asdqwe.cloud.strategy.com/MicroStrategyLibrary/api |
| Username | text | Strategy user name |
| Password | password | Strategy user password |
| Projects | text | (Optional) Comma-separated list of project IDs to include in the catalog |
How to create a user for Rudol on Strategy?
You should create a new user in Strategy and assign minimum permissions to integrate it with Rudol.
By default, users are added to the "Everyone" group, so it's important to add the user to a new group with access only to the projects you want to include in Rudol.
Minimum required privileges
The Rudol user needs the following minimum privileges:
- Use Architect Editors - for attributes, facts, and table definitions
- Use Library Web - for project metadata
- Web Report SQL - to discover SQL statements
- Web use Metric Editor - for metric definitions
- Web run Document - for document definitions
- Web run Dossier - for dashboard/dossier definitions
Steps to create the user
- Log in to Strategy as an administrator
- Navigate to Administration > User Manager
- Create a new user account for Rudol with a secure password
- Create a new security group or use an existing one with the minimum privileges listed above
- Add the Rudol user to this security group
- Grant the security group access to the specific projects you want to catalog in Rudol
- Save the username and password - these will be your connection parameters
Projects parameter (Optional)
If you want to limit the metadata ingestion to specific projects:
- Navigate to the projects you want to include in Rudol
- Copy the Project ID from each project
- Enter the Project IDs as a comma-separated list in the Projects connection parameter
If you leave the Projects parameter empty, Rudol will attempt to discover metadata from all projects the user has access to.