MicroStrategy URI format

URI definition for MicroStrategy follows this standard:

Identifier fragments:

  • Namespace: microstrategy://{host}
    • Scheme = microstrategy
    • Authority = {host}
  • 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 and dashboardId 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