Databricks SDK for JavaScript
    Preparing search index...

    Request to failover a failover group to a new primary region.

    interface FailoverFailoverGroupRequest {
        etag?: string;
        failoverType?: FailoverFailoverGroupRequest_FailoverType;
        name?: string;
        targetPrimaryRegion?: string;
    }
    Index

    Properties

    etag?: string

    Opaque version string for optimistic locking. If provided, must match the current etag. If omitted, the failover proceeds regardless of current state.

    The type of failover to perform.

    name?: string

    The fully qualified resource name of the failover group to failover. Format: accounts/{account_id}/failover-groups/{failover_group_id}.

    targetPrimaryRegion?: string

    The target primary region. Must be one of the participating regions and different from the current effective_primary_region. Serves as an idempotency check.