日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

CreateBusiness - 創(chuàng)建業(yè)務流程

調用CreateBusiness,創(chuàng)建數(shù)據(jù)開發(fā)(DataStudio)的業(yè)務流程。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數(shù)

名稱類型必填描述示例值
ProjectIdlong

DataWorks 工作空間的 ID,您可以登錄 DataWorks 控制臺,進入工作空間管理頁面查看 ID。

10000
ProjectIdentifierstring

DataWorks 工作空間的唯一標識符(即工作空間名稱)。您可以登錄 DataWorks 控制臺,進入工作空間配置頁面查看名稱。 該參數(shù)與 projectId 參數(shù)二者必須設置其一,以確定本次 API 調用操作的 DataWorks 項目。

dw_project
BusinessNamestring

業(yè)務流程名稱,同一個項目空間下的業(yè)務流程名稱必須唯一。

我的業(yè)務流程
Descriptionstring

業(yè)務流程的描述信息。

這是一個通過接口創(chuàng)建的業(yè)務流程
Ownerstring

業(yè)務流程對應責任人的阿里云賬號 ID。您可以登錄 DataWorks 控制臺,鼠標懸停至頂部菜單欄右側的用戶頭像,查看賬號 ID。如果該參數(shù)為空,則默認使用調用者的阿里云賬號 ID。

1000000000001
UseTypestring

業(yè)務流程所屬的功能模塊。取值如下:

  • NORMAL(數(shù)據(jù)開發(fā))
  • MANUAL_BIZ(手動業(yè)務流程)
NORMAL

返回參數(shù)

名稱類型描述示例值
object
HttpStatusCodeinteger

HTTP 狀態(tài)碼。

200
RequestIdstring

本次調用的唯一 ID。出現(xiàn)錯誤后,您可以根據(jù)該 ID 排查問題。

0000-ABCD-EFG****
ErrorMessagestring

錯誤信息。

The connection does not exist.
Successboolean

調用是否成功。

true
ErrorCodestring

錯誤碼。

Invalid.Tenant.ConnectionNotExists
BusinessIdlong

業(yè)務流程 ID。

100001

示例

正常返回示例

JSON格式

{
  "HttpStatusCode": 200,
  "RequestId": "0000-ABCD-EFG****",
  "ErrorMessage": "The connection does not exist.",
  "Success": true,
  "ErrorCode": "Invalid.Tenant.ConnectionNotExists",
  "BusinessId": 100001
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
403Forbidden.AccessAccess is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition.沒有權限,請授權
429Throttling.ApiThe request for this resource has exceeded your available limit.-
429Throttling.SystemThe DataWorks system is busy. Try again later.-
429Throttling.UserYour request is too frequent. Try again later.-
500InternalError.SystemAn internal system error occurred. Try again later.-
500InternalError.UserId.MissingAn internal system error occurred. Try again later.-

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
暫無變更歷史