告警策略-自定义通知日期 删除¶
POST /api/v1/notice/date/delete
概述¶
告警策略-自定义通知日期 删除
Body 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
noticeDatesUUIDs | array | Y | 告警策略-自定义通知日期的UUID 允许为空: False |
skipRefCheck | boolean | 是否跳过(告警策略)关联关系检测, 默认False, 进行检测, 允许为空: False |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/notice/date/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"noticeDatesUUIDs": ["ndate_xxxx32", "ndate_xxxx32", "ndate_xxxx32"]}' \
--compressed