調用CreateBusiness,創(chuàng)建數(shù)據(jù)開發(fā)(DataStudio)的業(yè)務流程。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ProjectId | long | 否 | DataWorks 工作空間的 ID,您可以登錄 DataWorks 控制臺,進入工作空間管理頁面查看 ID。 | 10000 |
ProjectIdentifier | string | 否 | DataWorks 工作空間的唯一標識符(即工作空間名稱)。您可以登錄 DataWorks 控制臺,進入工作空間配置頁面查看名稱。 該參數(shù)與 projectId 參數(shù)二者必須設置其一,以確定本次 API 調用操作的 DataWorks 項目。 | dw_project |
BusinessName | string | 是 | 業(yè)務流程名稱,同一個項目空間下的業(yè)務流程名稱必須唯一。 | 我的業(yè)務流程 |
Description | string | 否 | 業(yè)務流程的描述信息。 | 這是一個通過接口創(chuàng)建的業(yè)務流程 |
Owner | string | 否 | 業(yè)務流程對應責任人的阿里云賬號 ID。您可以登錄 DataWorks 控制臺,鼠標懸停至頂部菜單欄右側的用戶頭像,查看賬號 ID。如果該參數(shù)為空,則默認使用調用者的阿里云賬號 ID。 | 1000000000001 |
UseType | string | 否 | 業(yè)務流程所屬的功能模塊。取值如下:
| NORMAL |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"HttpStatusCode": 200,
"RequestId": "0000-ABCD-EFG****",
"ErrorMessage": "The connection does not exist.",
"Success": true,
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"BusinessId": 100001
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | 沒有權限,請授權 |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | - |
429 | Throttling.System | The DataWorks system is busy. Try again later. | - |
429 | Throttling.User | Your request is too frequent. Try again later. | - |
500 | InternalError.System | An internal system error occurred. Try again later. | - |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | - |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史