The supported external redirect paths in the application.
<dashboard-url>/external is a reserved path on our route to allow for us to more easily expose a route to the external world (e.g., Elyra) — this way we can rework our internal route structures all we want and never break external apps.
Redirecting from Pipeline SDK output URLs to internal dashboard routes.
-
Experiment Details
/external/pipelinesSdk/{namespace}/#/experiments/details/{experimentId}Redirects to the internal experiment runs route for the specified experiment.
-
Run Details
/external/pipelinesSdk/{namespace}/#/runs/details/{runId}Redirects to the internal pipeline run details route for the specified run.
Redirecting from Elyra URLs to internal dashboard routes.
- Run Details
Redirects to the internal pipeline run details route for the specified run.
/external/elyra/{namespace}/runs/{runId}
Redirecting from external URLs to internal model catalog routes.
-
Catalog Model Details
/external/catalog/{sourceId}/{modelName}Redirects to the internal catalog model details route for the specified model.
Example:
/external/catalog/redhat_ai_validated_models/RedHatAI%2FDeepSeek-R1-05