You need to enable JavaScript to run this app.
导航

DeleteAlarmNotifyGroup

最近更新时间2023.11.13 16:31:29

首次发布时间2022.05.11 11:26:48

调用 DeleteAlarmNotifyGroup 接口删除告警通知组。

使用说明

此接口的调用频率限制为 20 次/s,超出频率限制会报错 ExceedQPSLimit。

URI

请求方法
DELETE

URI

https://tls-{Region}.ivolces.com/DeleteAlarmNotifyGroup

传输协议

HTTPS

请求参数

参数
参数类型
是否必选
示例值
说明

AlarmNotifyGroupId

String

g*****

告警通知组 ID。

响应参数


示例

请求示例

DELETE https://tls-{Region}.ivolces.com/DeleteAlarmNotifyGroup HTTP/1.1
Content-Type: application/json
...
{
    "AlarmNotifyGroupId":"fc6*********"
}

响应示例

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
}

错误码

错误码(Code)
HTTP 状态码
错误信息(Message)
说明

InvalidArgument

400

Invalid argument key %s, value %s, please check argument.

参数不合法。

NotifyGroupInUse

400

This notify group cannot be deleted as it is associated with an alarm policy.

告警通知组已被告警策略使用。

AlarmNotifyGroupNotExist

404

AlarmNotify Group does not exist.

告警通知组不存在。

InternalServerError

500

We encountered an unexpected server error . Please try again later.

服务器内部错误。

更多信息,请参考通用错误码