All URIs are relative to https://domainnameofpartner
Method | HTTP request | Description |
---|---|---|
connect | POST /connect | |
deleteConnection | POST /delete-connection | |
testConnection | POST /test-connection |
Connection connect(User-Agent, ConnectRequest, Accept-Language, Content-Type)
The Connect API is used to sign-in or sign-up a user with a partner with Databricks resources pre-configured.
Name | Type | Description | Notes |
---|---|---|---|
User-Agent | String | The user agent making the call. This will be set to databricks. | [default to databricks] [enum: databricks] |
ConnectRequest | ConnectRequest | The connection payload. | |
Accept-Language | String | Preferred language | [optional] [default to en-US] |
Content-Type | String | Content type | [optional] [default to application/json; charset=utf-8] |
- Content-Type: application/json
- Accept: application/json
DeleteConnectionResponse deleteConnection(User-Agent, DeleteConnectionRequest, Accept-Language, Content-Type)
Delete the connection created by partner. This API is used for automated tests and is required in the Partner Connect experience. In the Partner Connect experience, Databricks calls this API to notify partners about connection deletion from Databricks's side.
Name | Type | Description | Notes |
---|---|---|---|
User-Agent | String | The user agent making the call. This will be set to databricks. | [default to databricks] [enum: databricks] |
DeleteConnectionRequest | DeleteConnectionRequest | The delete connection payload. | |
Accept-Language | String | Preferred language | [optional] [default to en-US] |
Content-Type | String | Content type | [optional] [default to application/json; charset=utf-8] |
- Content-Type: application/json
- Accept: application/json