Data Source Name |
The name of the data source. The name can contain letters, digits, and underscores
(_) and must start with a letter.
|
Data source description |
The description of the data source. The description can be a maximum of 80 characters
in length.
|
Connection Type |
The network connection type. Select a network connection type based on the network
environment of the data source.
|
Environment |
The environment in which the data source is used. Valid values: Development and Production.
Note This parameter is displayed only when the workspace is in standard mode.
|
Url |
The URL of the RESTful API. |
Default header |
The content of the header in each request that is transferred to the URL. |
Auth method |
The authentication method. The RestAPI feature supports the following authentication
methods: Basic Auth, Token Auth, No Auth, and Aliyun API Signature. You must select
an authentication method and configure the displayed authentication parameters based
on the authentication method that is supported by the data source.
- Basic Auth: basic authentication
If the data source supports username- and password-based authentication, you can select
Basic Auth and configure the username and password that can be used for authentication.
During data integration, the username and password are transferred to the RESTful
API URL for authentication. The data source is connected only after the authentication
is successful.
- Token Auth: token-based authentication
If the data source supports token-based authentication, you can select Token Auth
and configure a fixed token value that can be used for authentication. During data
integration, the token is contained in the request header, such as {"Authorization":"Bearer
TokenXXXXXX"}, and transferred to the RESTful API URL for authentication. The data
source is connected only after the authentication is successful.
- Aliyun API Signature: Alibaba Cloud API signature-based authentication
If the following conditions are met, you can select Aliyun API Signature and configure
the AccessKey ID and AccessKey secret that can be used for authentication: The data
source that you want to connect is an Alibaba Cloud service, and the API of this service
supports AccessKey pair-based authentication.
|