Databricks SDK for JavaScript
    Preparing search index...

    Request to create a new stable URL for failover-aware workspace access.

    interface CreateStableUrlRequest {
        parent?: string;
        stableUrl?: StableUrl;
        stableUrlId?: string;
        validateOnly?: boolean;
    }
    Index

    Properties

    parent?: string

    The parent resource. Format: accounts/{account_id}.

    stableUrl?: StableUrl

    The stable URL to create.

    stableUrlId?: string

    Client-provided identifier for the stable URL. Used to construct the resource name as {parent}/stable-urls/{stable_url_id}.

    validateOnly?: boolean

    When true, validates the request without creating the stable URL.