调用CreateDedicatedClusterMonitorRule接口创建报警规则。

调试

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

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateDedicatedClusterMonitorRule

系统规定参数。取值:CreateDedicatedClusterMonitorRule

InstanceId String rm-bp1162kryivb8****

实例ID。

DedicatedClusterId String dts-dasd22******

集群ID。

NoticeSwitch Long 1

报警开关,取值:

  • 1:打开。
  • 0:关闭。
DuAlarmThreshold Long 20

DU报警阈值,单位为%。

CpuAlarmThreshold Long 30

CPU报警阈值,单位为%。

MemAlarmThreshold Long 40

Mem报警阈值,单位为%。

DiskAlarmThreshold Long 100

磁盘报警阈值,单位为%。

Phones String 186****7654

报警电话,多个用逗号(,)隔开。

RegionId String cn-hangzhou

DTS实例所在地域。

返回数据

名称 类型 示例值 描述
HttpStatusCode String 200

状态码。

RequestId String 621BB4F8-3016-4FAA-8D5A-5D3163CC****

请求ID。

ErrCode String InternalError

调用出错时返回的错误码。

Success String true

请求是否成功。

ErrMessage String The Value of Input Parameter %s is not valid.

调用出错时返回的错误信息。

示例

请求示例

http(s)://dts.aliyuncs.com/?Action=CreateDedicatedClusterMonitorRule
&InstanceId=rm-bp1162kryivb8****
&DedicatedClusterId=dts-dasd22******
&NoticeSwitch=1
&DuAlarmThreshold=20
&CpuAlarmThreshold=30
&MemAlarmThreshold=40
&DiskAlarmThreshold=100
&Phones=186****7654
&RegionId=cn-hangzhou
&公共请求参数

正常返回示例

XML格式

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

<CreateDedicatedClusterMonitorRuleResponse>
    <code>200</code>
    <data>
        <RequestId>C80CF904-73D1-1983-9A1C-****</RequestId>
        <HttpStatusCode>200</HttpStatusCode>
        <Success>true</Success>
    </data>
    <httpStatusCode>200</httpStatusCode>
    <requestId>C80CF904-73D1-1983-9A1C-****</requestId>
    <successResponse>true</successResponse>
</CreateDedicatedClusterMonitorRuleResponse>

JSON格式

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

{
  "code" : "200",
  "data" : {
    "RequestId" : "C80CF904-73D1-1983-9A1C-****",
    "HttpStatusCode" : 200,
    "Success" : true
  },
  "httpStatusCode" : "200",
  "requestId" : "C80CF904-73D1-1983-9A1C-****",
  "successResponse" : true
}

错误码

HttpCode 错误码 错误信息 描述
400 Throttling.User Request was denied due to user flow control. 由于请求频次达到阈值,请求被拒绝,请稍后重试。
500 ServiceUnavailable The request has failed due to a temporary failure of the server. 由于服务端响应超时或者不可用导致请求失败,请重试,重试后仍失败请联系技术支持。
403 InvalidSecurityToken.Expired Specified SecurityToken is expired. 签名已经过期,请更新签名

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