Databricks SDK for JavaScript
    Preparing search index...

    A stable URL provides a failover-aware endpoint for accessing a workspace. Its lifecycle is independent of any failover group.

    interface StableUrl {
        failoverGroupName?: string;
        initialWorkspaceId?: string;
        name?: string;
        url?: string;
    }
    Index

    Properties

    failoverGroupName?: string

    Fully qualified resource name of the FailoverGroup this stable URL is currently linked to, in the format accounts/{account_id}/failover-groups/{failover_group_id}. Empty when the stable URL is not attached to any failover group.

    initialWorkspaceId?: string

    The workspace this stable URL is initially bound to. Used only in Create requests to associate the stable URL with a workspace. Not returned in responses.

    name?: string

    Fully qualified resource name. Format: accounts/{account_id}/stable-urls/{stable_url_id}.

    url?: string

    The stable URL endpoint. Generated on creation and immutable thereafter. For non-Private-Link workspaces this is https://<spog_host>/?c=<connection_id>. For Private-Link workspaces this is the per-connection hostname.