文档

DeleteRemind - 删除自定义监控报警规则

更新时间:

调用DeleteRemind删除自定义监控报警规则。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
RemindIdlong

自定义监控报警规则的 ID。

1234

返回参数

名称类型描述示例值
object
HttpStatusCodeinteger

HTTP 返回码。

200
Databoolean

是否删除成功,包括 true(删除成功)和 false(删除失败)。

true
ErrorMessagestring

错误信息。

The specified parameters are invalid.
RequestIdstring

本次调用的唯一 ID。出现错误后,您可以根据该 ID 排查问题。

0000-ABCD-EFG****
Successboolean

调用是否成功。

true
ErrorCodestring

错误码。

1031203110005

示例

正常返回示例

JSON格式

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "The specified parameters are invalid.",
  "RequestId": "0000-ABCD-EFG****",
  "Success": true,
  "ErrorCode": "1031203110005"
}

JSON格式

{
  "HttpStatusCode": 200,
  "Data": true,
  "ErrorMessage": "The specified parameters are invalid.",
  "RequestId": "0000-ABCD-EFG****",
  "Success": true,
  "ErrorCode": "1031203110005"
}

错误码

HTTP status code错误码错误信息描述
403Forbidden.AccessAccess is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition.没有权限,请授权
429Throttling.ApiThe request for this resource has exceeded your available limit.-
500Forbidden.Not.ServerThe dataworksAPI service is not available in this area. Please try it in another area.-
500InternalError.SystemAn internal system error occurred. Try again later.-
500InternalError.UserId.MissingAn internal system error occurred. Try again later.-
500InternalError.Wkbench.ServiceErrorAn internal error occurred.服务开小差了。
500Invalid.Wkbench.ParameterThe specified parameters are invalid.参数错误。
500Forbidden.Wkbench.RemindNoPermissionYou are not authorized to modify the reminder.无权限修改该自定义提醒规则。
500Invalid.Wkbench.RemindNotExistThe reminder does not exist.自定义提醒规则不存在。

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史
  • 本页导读 (1)