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

ListSuccessInstanceAmount - 獲取運行成功的實例數量

獲取業務日期當天生成的周期實例任務,在業務日期的不同整點時刻,運行成功的實例數量統計趨勢。

調試

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

授權信息

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

請求參數

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

DataWorks 工作空間的 ID。您可以登錄 DataWorks 管控臺,進入工作空間配置頁面獲取工作空間 ID。

9527

返回參數

名稱類型描述示例值
object

返回數據結構

RequestIdstring

請求 ID。用于出現錯誤后排查問題。

952795279527ab****
InstanceStatusTrendobject

在業務日期的不同時刻,運行成功的實例數量統計趨勢數據。

TodayTrendarray<object>

業務日期當天的趨勢。

TodayTrendobject

返回數據結構

TimePointstring

時間點。取值范圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。

01:00
Countinteger

運行成功的實例數量。

10
YesterdayTrendarray<object>

業務日期前一天的趨勢。

YesterdayTrendobject

返回數據結構。

TimePointstring

時間點。取值范圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。

01:00
Countinteger

運行成功的實例數量。

10
AvgTrendarray<object>

歷史平均趨勢。

AvgTrendobject

返回數據結構。

TimePointstring

時間點。取值范圍為 00:00~23:00 中的整點小時時間,例如 00:00、01:00、02:00 等等。

01:00
Countinteger

運行成功的實例數量。

10

示例

正常返回示例

JSON格式

{
  "RequestId": "952795279527ab****",
  "InstanceStatusTrend": {
    "TodayTrend": [
      {
        "TimePoint": "01:00",
        "Count": 10
      }
    ],
    "YesterdayTrend": [
      {
        "TimePoint": "01:00",
        "Count": 10
      }
    ],
    "AvgTrend": [
      {
        "TimePoint": "01:00",
        "Count": 10
      }
    ]
  }
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
403ResourceNotAuthorized.ApiYou are not authorized to access the resources.您無法訪問未取得授權的資源。
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.Api.RiskThe request for this resource has exceeded your daily available limit.對該資源的請求已超過您的每日可用上限。
429Throttling.ResourceYou have reached the limit for the resource. Please contact us by submitting a ticket.-
429Throttling.SystemThe DataWorks system is busy. Try again later.DataWorks系統繁忙,請稍后再試。
429Throttling.UserYour request is too frequent. Try again later.您的請求過于頻繁,請嘗試放緩請求速度。
500Forbidden.Not.ServerThe dataworksAPI service is not available in this area. Please try it in another area.該地域還未開放DataWorks的API服務,請嘗試其它地域。
500InternalError.SystemAn internal system error occurred. Try again later.系統內部錯誤,請稍后再試。
500InternalError.UserId.MissingAn internal system error occurred. Try again later.系統內部錯誤,請稍后再試。
500Forbidden.Wkbench.ProjectNoPermissionYou are not authorized to access the workspace.工作空間無權限。

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

變更歷史

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