启用/禁用 索引配置¶
POST /api/v1/log_index_cfg/{cfg_uuid}/set_disable
概述¶
启用/禁用 默认存储索引配置
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
cfg_uuid | string | Y | 配置uuid |
Body 请求参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
isDisable | boolean | Y | 是否禁用 允许为空: True |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/log_index_cfg/lgim_xxxx32/set_disable' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: zh' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"isDisable":true}' \
--compressed