删除一个监控器分组¶
post /api/v1/monitor/group/{monitor_uuid}/delete
概述¶
根据monitor_uuid
删除指定的监控器分组, 并将该分组下的 检查器转移至【默认分组】下
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
monitor_uuid | string | Y | 监视器分组UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/monitor/group/monitor_70a7e8549ea54bbeaeb9e4eaec52bad2/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure