Mengambil detail aturan peringatan yang dikonfigurasi untuk tugas sinkronisasi.
Deskripsi operasi
Alert rules can be configured when your task includes real-time synchronization.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| DIAlarmRuleId |
integer |
Yes |
ID aturan peringatan. |
34994 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The returned result. |
||
| RequestId |
string |
The request ID. |
4A807D85-AC9F-55F7-A58F-998D5249CAD9 |
| DIAlarmRule |
object |
The details of the alert rule. |
|
| DIAlarmRuleId |
integer |
The alert rule ID. |
34988 |
| DIJobId |
integer |
The ID of the task with which the alert rule is associated. |
11170 |
| Description |
string |
The description of the alert rule. |
mysql synchronizes to hologres heartbeat alert |
| MetricType |
string |
The metric type in the alert rule. Valid values:
|
Heartbeat |
| Enabled |
boolean |
Indicates whether the alert rule is enabled. |
true |
| TriggerConditions |
array<object> |
The conditions that are used to trigger the alert rule. |
|
|
object |
The condition that is used to trigger the alert rule. |
||
| Severity |
string |
The severity level. Valid values:
|
Warning |
| Duration |
integer |
The time interval for alert calculation. Unit: minutes. |
15 |
| Threshold |
integer |
The alert threshold.
|
5 |
| NotificationSettings |
object |
The alert notification settings. |
|
| NotificationChannels |
array<object> |
The alert notification methods. |
|
|
object |
The alert notification method. |
||
| Severity |
string |
The severity level. Valid values:
|
Warning |
| Channels |
array |
The alert notification methods. |
|
|
string |
The alert notification method. Valid values:
|
Ding |
|
| NotificationReceivers |
array<object> |
The alert notification recipients. |
|
|
object |
The alert notification recipient. |
||
| ReceiverType |
string |
The recipient type. Valid values: AliyunUid and DingToken.
|
DingToken |
| ReceiverValues |
array |
The recipients. |
|
|
string |
The recipient.
|
token1 |
|
| InhibitionInterval |
integer |
The duration of the alert suppression interval. Unit: minutes. |
5 |
| CreatedUid |
string |
The ID of the user who creates the alert rule. |
10000001 |
| CreatedTime |
integer |
The timestamp when the alert rule was created. Unit: seconds. |
1663573162 |
| UpdatedUid |
string |
The ID of the user who last updates the alert rule. |
10000001 |
| UpdatedTime |
integer |
The timestamp when the alert rule was last updated. Unit: seconds. |
1663573163 |
Contoh
Respons sukses
JSONformat
{
"RequestId": "4A807D85-AC9F-55F7-A58F-998D5249CAD9",
"DIAlarmRule": {
"DIAlarmRuleId": 34988,
"DIJobId": 11170,
"Description": "mysql synchronizes to hologres heartbeat alert",
"MetricType": "Heartbeat",
"Enabled": true,
"TriggerConditions": [
{
"Severity": "Warning",
"Duration": 15,
"Threshold": 5
}
],
"NotificationSettings": {
"NotificationChannels": [
{
"Severity": "Warning",
"Channels": [
"Ding"
]
}
],
"NotificationReceivers": [
{
"ReceiverType": "DingToken",
"ReceiverValues": [
"token1"
]
}
],
"InhibitionInterval": 5
},
"CreatedUid": "10000001",
"CreatedTime": 1663573162,
"UpdatedUid": "10000001",
"UpdatedTime": 1663573163
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 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.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.