databricks

Connect

Accept provisioning details for a workspace.

An unconnected workspace parks its payload under a one-time token, since Databricks does not know which organization to bind it to. A connected one is refreshed in place rather than duplicated.

post/api/databricks/partner-connect/connect

Response

Successful Response

redirect_uristring required
redirect_value'create_trial' | 'purchase_product' | 'sign_in' | 'contact_admin' | 'not_applicable' required

Which scenario redirect_uri opens.

Not a second spelling of the URL: Databricks reads this to check that the tile sent the customer somewhere appropriate, and its certification suite asserts against the enum.

user_status'new' | 'existing' | 'not_applicable' required

Whether we have seen this user before, per the contract's vocabulary.

account_status'new' | 'active' | 'expired' | 'not_applicable' required

Whether we have seen this account before, and whether it still runs.

configured_resourcesboolean
connection_idstring nullable
already_connectedboolean

Changes

Changed in 2 of the 16 revisions of this API.6

    • added the optional property configured_resources to the response with the 200 status

      response-optional-property-added

    • added the optional property connection_id to the response with the 200 status

      response-optional-property-added

    • added the required property account_status to the response with the 200 status

      response-required-property-added

    • added the required property redirect_value to the response with the 200 status

      response-required-property-added

    • added the required property user_status to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog