Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.48 KB

File metadata and controls

53 lines (35 loc) · 1.48 KB

External Redirects

The supported external redirect paths in the application.

Why use /external?

<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.

Supported Redirects

Pipeline SDK Redirects

Redirecting from Pipeline SDK output URLs to internal dashboard routes.

Supported URL Patterns

  1. Experiment Details

    /external/pipelinesSdk/{namespace}/#/experiments/details/{experimentId}
    

    Redirects to the internal experiment runs route for the specified experiment.

  2. Run Details

    /external/pipelinesSdk/{namespace}/#/runs/details/{runId}
    

    Redirects to the internal pipeline run details route for the specified run.

Elyra Redirects

Redirecting from Elyra URLs to internal dashboard routes.

Supported URL Patterns

  1. Run Details
    /external/elyra/{namespace}/runs/{runId}
    
    Redirects to the internal pipeline run details route for the specified run.

Model Catalog Redirects

Redirecting from external URLs to internal model catalog routes.

Supported URL Patterns

  1. 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