指定された期間内に自動トリガーされたノードインスタンス数の傾向を照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ProjectId |
integer |
必須 |
DataWorks ワークスペースの ID。DataWorks コンソールにログインし、[ワークスペース] ページに移動してワークスペース ID を取得できます。 |
10000 |
| BeginDate |
string |
必須 |
照会する時間範囲の開始時刻 (日にちまで正確)。時間は、yyyy-MM-dd'T'HH:mm:ssZ 形式の ISO 8601 規格で指定する必要があります。時間は協定世界時 (UTC) である必要があります。 |
2021-06-13T00:00:00+0800 |
| EndDate |
string |
必須 |
照会する時間範囲の終了時刻 (日にちまで正確)。時間は、yyyy-MM-dd'T'HH:mm:ssZ 形式の ISO 8601 規格で指定する必要があります。時間は協定世界時 (UTC) である必要があります。 |
2021-06-16T00:00:00+0800 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| RequestId |
string |
リクエスト ID。 |
95279527adhfj**** |
| InstanceCounts |
array<object> |
指定された期間内に自動トリガーされたノードインスタンス数の傾向。 |
|
|
object |
|||
| Date |
integer |
自動トリガーされたノードインスタンス数が取得されたときのデータタイムスタンプ。この値は UNIX タイムスタンプです。 |
1623772800000 |
| Count |
integer |
自動トリガーされたノードインスタンスの数。 |
9527 |
例
成功レスポンス
JSONJSON
{
"RequestId": "95279527adhfj****",
"InstanceCounts": [
{
"Date": 1623772800000,
"Count": 9527
}
]
}
エラーコード
|
HTTP ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | |
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 500 | Forbidden.Wkbench.NoProject | You have not joined any project. | |
| 403 | ResourceNotAuthorized.Api | You are not authorized to access the resources. | |
| 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.Api.Risk | The request for this resource has exceeded your daily available limit. | |
| 429 | Throttling.Resource | You have reached the limit for the resource. Please contact us by submitting a ticket. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。