删除数据转发规则¶
POST /api/v1/log_backup_cfg/batch_delete
概述¶
数据转发规则删除
Body 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
cfgUUIDs | array | Y | 转发配置UUID列表 允许为空: False |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/log_backup_cfg/batch_delete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw '{"cfgUUIDs":["lgbp_xxxx32"]}' \
--compressed