CreateDataSource

更新时间:
复制 MD 格式

Adds a data source to the development environment or production environment of a workspace.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

dataworks:CreateDataSource

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

ProjectId

integer

Yes

The ID of the DataWorks workspace. You can log on to the DataWorks console and go to the workspace management page to obtain the ID.

This parameter is used to determine the DataWorks workspaces used for this API call.

2

Name

string

Yes

The name of the data source. The name can be up to 255 characters in length and can contain letters, digits, and underscores (_). The name must start with a letter.

demo_holo_datasource

Type

string

Yes

The type of the data source. More than 70 types of data sources are supported in DataWorks. For more information, see Data source types.

hologres

ConnectionPropertiesMode

string

Yes

The mode in which you want to add the data source. The mode varies based on the data source type. Valid values for MySQL data sources:

  • InstanceMode: instance mode

  • UrlMode: connection string mode

UrlMode

Description

string

No

The description of the data source. The description cannot exceed 3,000 characters in length.

this is a holo datasource

ConnectionProperties

string

Yes

The connection configurations of the data source, including the connection address, access identity, and environment information. The envType parameter specifies the environment in which the data source is used. Valid values of the envType parameter:

  • Dev: development environment

  • Prod: production environment

The parameters that you need to configure for the data source vary based on the mode in which the data source is added. For more information, see Data source connection information (ConnectionProperties).

{ "envType": "Prod", "regionId": "cn-beijing", "instanceId": "hgprecn-cn-x0r3oun4k001", "database": "testdb", "securityProtocol": "authTypeNone", "authType": "Executor", "authIdentity": "1107550004253538" }

Response elements

Element

Type

Description

Example

object

The returned result.

RequestId

string

The request ID. You can locate logs and troubleshoot issues based on the ID.

B62EC203-B39E-5DC1-B5B8-EB3C61707009

Id

integer

The data source ID.

22130

Examples

Success response

JSON format

{
  "RequestId": "B62EC203-B39E-5DC1-B5B8-EB3C61707009",
  "Id": 22130
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.