コネクションの作成
コネクションの作成は JWT を検証し、ユーザーをリダイレクトする URL を含む文字列を返します。
dataSource を指定した場合、URL はそのデータソースの Add Connection ページにユーザーをリダイレクトします。dataSource を省略した場合、URL はコネクション一覧から追加するコネクションをユーザーが選択できる汎用の Add Connection ページにリダイレクトします。
コネクションの作成が成功した場合のフローは次のとおりです。
redirectURL は、Add Connection ページの Return to ボタンに対応します。承認
JWT token authentication. Include the token in the Authorization header as Bearer {token}. See Authentication [blocked] for more information on creating a token.
ボディ
The URL to redirect the customer once the customer has created the connection through the Connect AI UI. This URL maps to the Return to button on the Add Connection page in the Connect AI UI.
(Optional) The type of data source (For example: Snowflake, ActOn, or Salesforce). You can obtain data source names from List Connections. If you omit this parameter, the user can select from a list of available data sources.
(Optional) If provided, the connection name. By default, this is a suggested default that the end user can change on the Add Connection form. Set editableName to false to lock the field to this value. If name is provided without a dataSource, it is ignored.
(Optional) Your identifier for this connection in your own system. Must be unique within the sub-account; if a connection with the same externalId already exists under the account, the request returns a conflict error.
(Optional) The default value is true. When true, any name you supply is shown as a suggested default value, and the end user can change it. When false, the Connection Name field is rendered read-only, and the server enforces the supplied name on submit. Has no effect when name is omitted.
レスポンス
A string containing the CData-hosted connection URL to redirect the user to.
A string containing the CData-hosted connection URL to redirect the user to.