Modifies a custom alert rule.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateRemind |
The operation that you want to perform. Set the value to UpdateRemind. |
RemindId | Long | Yes | 1234 |
The ID of the custom alert rule. |
RemindName | String | No | update_remindname |
The name of the custom alert rule. The name must be 1 to 128 characters in length. |
DndEnd | String | No | 08:00 |
The end of the period during which no alert notifications are sent. Specify the time in the hh:mm format. Valid values of hh: 0 to 23. Valid values of mm: 0 to 59. |
RemindUnit | String | No | NODE |
The type of the object to which the custom alert rule is applied.. Valid values:
|
NodeIds | String | No | 1,2,3 |
The ID of the node to which the custom alert rule is applied.. An alert rule can monitor a maximum of 50 nodes. Separate multiple IDs with commas (,). This parameter takes effect when you set the RemindUnit parameter to NODE. |
BaselineIds | String | No | 1,2,3 |
The ID of the baseline to which the custom alert rule is applied.. An alert rule can monitor a maximum of five baselines. Separate multiple IDs with commas (,). This parameter takes effect when you set the RemindUnit parameter to BASELINE. |
ProjectId | Long | No | 1234 |
The ID of the workspace to which the custom alert rule is applied.. Only one workspace can be specified for a custom alert rule. This parameter takes effect when you set the RemindUnit parameter to PROJECT. |
BizProcessIds | String | No | 1,2,3 |
The ID of the workflow to which the custom alert rule is applied.. An alert rule can monitor a maximum of five workflows. Separate multiple IDs with commas (,). This parameter takes effect when you set the RemindUnit parameter to BIZPROCESS. |
RemindType | String | No | FINISHED |
The condition that triggers the alert rule. Valid values:
For more information, see Manage custom alert rules. |
MaxAlertTimes | Integer | No | 3 |
The maximum number of alerts. Valid values: 1 to 10. Default value: 3. |
AlertInterval | Integer | No | 1800 |
The intervals at which alert notifications are sent. Unit: seconds. Minimum value: 1200. Default value: 1800. |
Detail | String | No | {"hour":23,"minu":59} |
The details of the conditions that trigger an alert.
|
AlertUnit | String | No | OWNER |
The recipient to whom alert notifications are sent. Valid values: OWNER and OTHER. The value OWNER indicates that alert notifications are sent to the object owner. The value OTHER indicates that alert notifications are sent to a specified user. |
AlertMethods | String | No | SMS,MAIL |
The notification method. Valid values:
You can specify multiple notification methods. Separate the specified notification methods with commas (,). |
AlertTargets | String | No | 9527952795279527 |
The value format required by this parameter varies based on the value that you specify for the AlertUnit parameter. Take note of the following items:
|
UseFlag | Boolean | No | true |
Specifies whether to enable the alert rule. Valid values:
|
RobotUrls | String | No | https://oapi.dingtalk.com/robot/send?access_token=****************************** |
The webhook URL of the DingTalk chatbot. You can specify multiple webhook URLs. Separate them with commas (,). If this parameter is set to undefined, the specified webhook URLs are cleared. |
Webhooks | String | No | https://open.feishu.cn/open-apis/bot/v2/hook/******* |
The webhook URL of the WeCom or Lark chatbot. You can specify multiple webhook URLs. Separate the specified webhook URLs with commas (,). The WEBHOOKS notification method must be specified for alertMethods. If this parameter is set to undefined, the specified webhook URLs are cleared. Only DataWorks Enterprise Edition supports this parameter. The webhook URL-based alerting feature is supported in the following regions: China (Shanghai), China (Chengdu), China (Zhangjiakou), China (Beijing), China (Hangzhou), China (Shenzhen), China (Hong Kong), Germany (Frankfurt), and Singapore. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
HttpStatusCode | Integer | 200 |
The HTTP status code returned. |
Data | Boolean | true |
Indicates whether the modification to the custom alert rule succeeds. |
ErrorMessage | String | The specified parameters are invalid. |
The error message returned. |
RequestId | String | 0000-ABCD-EFG**** |
The ID of the request. You can use the ID to troubleshoot issues. |
Success | Boolean | true |
Indicates whether the request was successful. Valid values:
|
ErrorCode | String | 1031203110005 |
The error code returned. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=UpdateRemind
&RegionId=cn-shanghai
&RemindId=1234
&<Common request parameters>
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<RequestId>0000-ABCD-EFG****</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<Data>true</Data>
<ErrorCode>1031203110005</ErrorCode>
<ErrorMessage>The specified parameters are invalid.</ErrorMessage>
<Success>true</Success>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "0000-ABCD-EFG****",
"HttpStatusCode" : 200,
"Data" : true,
"ErrorCode" : 1031203110005,
"ErrorMessage" : "The specified parameters are invalid.",
"Success" : true
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The error message returned because the number of requests for the resource has exceeded the upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The error message returned because the number of requests per day for the resource has exceeded the upper limit. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | The error message returned because the DataWorks system is busy. Try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | The error message returned because excessive requests have been submitted within a short period of time. Try again later. |
500 | Forbidden.Not.Server | The dataworksAPI service is not available in this area. Please try it in another area. | The error message returned because DataWorks API is unavailable in this region. Try another region. |
500 | Forbidden.Wkbench.BaselineNoPermission | You are not authorized to access the baseline. | The error message returned because you are not authorized to access the specified baseline. |
500 | Forbidden.Wkbench.ProjectNoPermission | You are not authorized to access the workspace. | The error message returned because you are not authorized to access the workspace. |
500 | InternalError.System | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
500 | Forbidden.Wkbench.RemindNoPermission | You are not authorized to modify the reminder. | The error message returned because you are not authorized to modify the custom alert rule. |
500 | Invalid.Wkbench.RemindNotExist | The reminder does not exist. | The error message returned because the custom alert rule does not exist. |
For a list of error codes, see Service error codes.