【Aggregation to Metric】Deletion¶
POST /api/v1/aggs_to_metric/delete
Overview¶
Enable/Disable Aggregation to Metric Rules
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ruleUUIDs | array | Y | List of UUIDs for aggregation to metric rules Allow null: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/aggs_to_metric/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"ruleUUIDs":["rul_xxxx"]}' \
--compressed