文档

CreateRemind

更新时间:

调用CreateRemind创建自定义报警规则。

调试

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

请求参数

名称

类型

是否必选

示例值

描述

Action String CreateRemind

系统规定参数。取值:CreateRemind

RemindName String test_error_remind

自定义规则的名称,不能超过128个字符。

DndEnd String 08:00

免打扰截止时间,格式为hh:mm。hh的取值范围为[0,23],mm的取值范围为[0,59]。

RemindUnit String NODE

对象的类型,包括NODE(任务节点)、BASELINE(基线) 、PROJECT(工作空间)和BIZPROCESS(业务流程)。

NodeIds String 1,2,3

RemindUnit(对象类型)为NODE(任务节点)时,监控的任务节点ID。多个ID之间使用英文逗号(,)分隔,一个规则最多监控50个节点。

BaselineIds String 1,2,3

当RemindUnit(对象类型)为BASELINE(基线)时,监控的基线ID。多个ID之间使用英文逗号(,)分隔,一个规则最多监控5条基线。

ProjectId Long 9527

当RemindUnit(对象类型)为PROJECT(工作空间)时,监控的工作空间ID。一个规则只能监控一个工作空间。

BizProcessIds String 1,2,3

当RemindUnit(对象类型)为BIZPROCESS(业务流程)时,监控的业务流程ID。多个业务流程ID之间使用英文逗号(,)分隔,一个规则最多监控5个业务流程。

RemindType String FINISHED

触发条件,包括FINISHED(完成)、UNFINISHED(未完成)、ERROR(出错)、 CYCLE_UNFINISHED(周期未完成)和TIMEOUT(运行超时)。

MaxAlertTimes Integer 2

最大报警次数。最小值为1,最大值为10,默认值为3。

AlertInterval Integer 1800

最小报警间隔,单位为秒。最小值为1200,默认值为1800。

Detail String {"hour":"23","minu":"59"}

不同触发条件的说明如下:

  • 当RemindType(触发条件)为FINISHED(完成)时,传空。
  • 当RemindType(触发条件)为UNFINISHED(未完成)时,传参格式为{"hour":23,"minu":59}。hour的取值范围为[0,47],minu的取值范围为[0,59]。
  • 当RemindType(触发条件)为ERROR(出错)时,传空。
  • 当RemindType(触发条件)为CYCLE_UNFINISHED(周期未完成)时,传参格式为{"1":"05:50","2":"06:50","3":"07:50","4":"08:50","5":"09:50","6":"10:50","7":"11:50","8":"12:50","9":"13:50","10":"14:50","11":"15:50","12":"16:50","13":"17:50","14":"18:50","15":"19:50","16":"20:50","17":"21:50","18":"22:50","19":"23:50","20":"24:50","21":"25:50"}。JSON字符串key为周期号,取值范围为[1,288]。value为该周期对应的未完成时间,格式为hh:mm。hh的取值范围为[0,47],mm的取值范围为[0,59]。
  • 当RemindType(触发条件)为TIMEOUT(运行超时)时,传参格式为1800,单位为秒。即从开始运行起,运行超过30分钟触发报警。
AlertUnit String OWNER

报警接收对象的粒度,包括OWNER(任务责任人)和OTHER(指定的人)。

AlertMethods String SMS,MAIL

报警方式,取值如下:

  • MAIL:邮件。
  • SMS:短信。

  • PHONE:电话。仅DataWorks专业版及以上版本支持。
  • Webhooks(企业微信或飞书机器人),仅当配置 Webhooks 参数后,该报警方式才会生效。
  • DINGROBOTS:钉钉群机器人。

多个报警方式之间使用英文逗号(,)分隔。

AlertTargets String 9527952795279527
  • 当AlertUnit(报警接收人)为OWNER(节点任务责任人)时,传空。
  • 当AlertUnit(报警接收人)为OTHER(指定的人)时,传入指定用户的阿里云UID。多个阿里云UID之间使用英文逗号(,)分隔,最多支持10个。
RobotUrls String https://oapi.dingtalk.com/robot/send?access_token=******************************

钉钉群机器人的webhook地址,多个webhook地址之间使用英文逗号(,)分隔。

Webhooks String https://open.feishu.cn/open-apis/bot/v2/hook/*******

企业微信或飞书机器人的webhook地址,多个webhook地址之间使用英文逗号(,)分隔。alertMethods 中需要包含 WEBHOOKS 告警方式。

仅DataWorks企业版支持。

可用地域:华东2(上海)、西南1(成都)、华北3(张家口)、华北2(北京)、华东1(杭州)、华南1(深圳)、中国(香港)、欧洲中部 1(法兰克福)、亚太东南1(新加坡)。

返回数据

名称

类型

示例值

描述

HttpStatusCode Integer 200

HTTP返回码。

Data Long 1234

创建自定义监控规则成功后,返回的自定义规则ID。

ErrorMessage String The specified parameters are invalid.

错误信息。

RequestId String 0000-ABCD-EFG****

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

Success Boolean true

调用是否成功。

ErrorCode String 1031203110005

错误码。

示例

请求示例

http(s)://[Endpoint]/?Action=CreateRemind
&RemindName=test_error_remind
&DndEnd=08:00
&RemindUnit=NODE
&NodeIds=1,2,3
&BaselineIds=1,2,3
&ProjectId=9527
&BizProcessIds=1,2,3
&RemindType=FINISHED
&MaxAlertTimes=2
&AlertInterval=1800
&Detail={"hour":"23","minu":"59"}
&AlertUnit=OWNER
&AlertMethods=SMS,MAIL
&AlertTargets=9527952795279527
&RobotUrls=https://oapi.dingtalk.com/robot/send?access_token=******************************
&Webhooks=https://open.feishu.cn/open-apis/bot/v2/hook/*******
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateRemindResponse>
    <HttpStatusCode>200</HttpStatusCode>
    <Data>1234</Data>
    <ErrorMessage>The specified parameters are invalid.</ErrorMessage>
    <RequestId>0000-ABCD-EFG****</RequestId>
    <Success>true</Success>
    <ErrorCode>1031203110005</ErrorCode>
</CreateRemindResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

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

错误码

HttpCode

错误码

错误信息

描述

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. DataWorks系统繁忙,请稍后再试。
429 Throttling.User Your request is too frequent. Try again later. 您的请求过于频繁,请尝试放缓请求速度。
500 Forbidden.Not.Server The dataworksAPI service is not available in this area. Please try it in another area. 该地域还未开放DataWorks的API服务,请尝试其它地域。
500 Forbidden.Wkbench.BaselineNoPermission You are not authorized to access the baseline. 无对应的基线权限。
500 Forbidden.Wkbench.ProjectNoPermission You are not authorized to access the workspace. 工作空间无权限。
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.NoProject You have not joined any project. 尚未加入任何工作空间。
500 Invalid.Wkbench.NodeNotExist The node does not exist. 节点不存在。
500 Invalid.Wkbench.BaselineNotExist The baseline does not exist. 基线不存在。
500 Forbidden.Wkbench.RemindOverlimit The maximum number of reminders is exceeded. 自定义提醒规则创建超限。

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

  • 本页导读 (1)
文档反馈