当日のインスタンスの時間単位の統計トレンドを取得します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| ProjectId |
integer |
必須 |
DataWorks ワークスペースの ID。 |
9527 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| RequestId |
string |
各リクエストに対して生成される一意の ID。 |
952795279527ab**** |
| InstanceStatusTrend |
object |
時間ごとのインスタンスステータスの統計トレンド。 |
|
| TodayTrend |
array<object> |
当日のトレンド。 |
|
|
object |
|||
| TimePoint |
string |
時間ポイント。00:00から23:00までの範囲です。 |
01:00 |
| Count |
integer |
インスタンスの数です。 |
10 |
| YesterdayTrend |
array<object> |
前日のトレンド。 |
|
|
object |
|||
| TimePoint |
string |
時間ポイント。00:00から23:00までの範囲です。 |
01:00 |
| Count |
integer |
インスタンスの数です。 |
10 |
| AvgTrend |
array<object> |
過去の平均トレンド。 |
|
|
object |
|||
| TimePoint |
string |
時間ポイント。00:00から23:00までの範囲です。 |
01:00 |
| Count |
integer |
インスタンスの数です。 |
10 |
例
成功レスポンス
JSONJSON
{
"RequestId": "952795279527ab****",
"InstanceStatusTrend": {
"TodayTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
],
"YesterdayTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
],
"AvgTrend": [
{
"TimePoint": "01:00",
"Count": 10
}
]
}
}
エラーコード
|
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.ProjectNoPermission | You are not authorized to access the workspace. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。