イベントの影響を受けるベースラインインスタンスを照会します。
今すぐお試しください
テスト
RAM 認証
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| TopicId |
integer |
必須 |
イベントの ID です。 |
1234 |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
|||
| HttpStatusCode |
integer |
返された HTTP ステータスコードです。 |
200 |
| RequestId |
string |
リクエストの ID です。トラブルシューティングに使用できます。 |
0000-ABCD-EFG**** |
| ErrorMessage |
string |
返されたエラーメッセージです。 |
The specified parameters are invalid. |
| ErrorCode |
string |
返されたエラーコードです。 |
1031203110005 |
| Success |
boolean |
リクエストが成功したかどうかを示します。 |
true |
| Data |
object |
返されたデータです。 |
|
| TopicId |
integer |
イベントの ID です。 |
1234 |
| Influences |
array<object> |
影響を受けるベースラインインスタンスです。 |
|
|
object |
|||
| Status |
string |
ベースラインのステータスです。有効値:ERROR、SAFE、DANGROUS、OVER。ERROR は、ノードがベースラインに関連付けられていないか、関連付けられたすべてのノードが一時停止されていることを示します。SAFE は、アラート持続時間の開始前にノードが実行されることを示します。DANGROUS は、アラート持続時間が終了した後もノードが実行中であり、かつコミット済み時刻に達していないことを示します。OVER は、コミット済み時刻を過ぎてもノードが実行中であることを示します。 |
SAFE |
| Owner |
string |
ベースラインのオーナーが使用する Alibaba Cloud アカウントの ID です。複数の ID はカンマ (,) で区切ります。 |
952795**** |
| BaselineName |
string |
ベースラインの名前です。 |
Baseline name |
| BaselineId |
integer |
ベースラインの ID です。 |
12345 |
| Bizdate |
integer |
ベースラインインスタンスのデータタイムスタンプです。 |
1553356800000 |
| Buffer |
integer |
ベースラインインスタンスのマージン(余白)です。単位:秒。 |
360 |
| ProjectId |
integer |
ベースラインが属するワークスペースの ID です。 |
1234 |
| Priority |
integer |
ベースラインの優先度です。有効値:1、2、5、7、8。 |
1 |
| InGroupId |
integer |
ベースラインインスタンスのサイクル ID です。日次スケジュールのベースラインインスタンスの場合、このフィールドの値は 1 です。時間単位のスケジュールのベースラインインスタンスの場合、値の範囲は 1~24 です。 |
1 |
例
成功レスポンス
JSONJSON
{
"HttpStatusCode": 200,
"RequestId": "0000-ABCD-EFG****",
"ErrorMessage": "The specified parameters are invalid.",
"ErrorCode": "1031203110005",
"Success": true,
"Data": {
"TopicId": 1234,
"Influences": [
{
"Status": "SAFE",
"Owner": "952795****",
"BaselineName": "Baseline name",
"BaselineId": 12345,
"Bizdate": 1553356800000,
"Buffer": 360,
"ProjectId": 1234,
"Priority": 1,
"InGroupId": 1
}
]
}
}
エラーコード
|
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 | InternalError.Wkbench.ServiceError | An internal error occurred. | An internal error occurred. |
| 500 | Invalid.Wkbench.Parameter | The specified parameters are invalid. | |
| 500 | Invalid.Wkbench.TopicNotExist | The topic does not exist. | |
| 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.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。