MicroStrategy URI format
URI definition for MicroStrategy follows this standard:
Identifier fragments:
- Namespace:
microstrategy://{host}
- Scheme =
microstrategy
- Authority =
{host}
- Scheme =
- Unique name:
{projectId}/{dashboardId}
Dashboard URI format:
microstrategy://{host}/{projectId}/{dashboardId}
Instance URI format:
microstrategy://{host}
Parameters limitations:
host
identifier must include only lowercase letters, numbers, dash and dot (regex:[a-z0-9-.]+
)projectId
anddashboardId
must be of uppercase UUID format, meaning uppercase letters from A to F and numbers. (regex:[A-F0-9]+
)
Dashboard example:
microstrategy://sifflet-dev.abc1234efg56.eu-west-195.com/AAAA70E3BFE943B680111418BD77D45E/4E7570E3BFE943B680111418BD77D45E
Instance example:
microstrategy://sifflet-dev.abc1234efg56.eu-west-195.com
Updated about 4 hours ago