Delete¶
POST /api/v1/aggs_to_metric/delete
Overview¶
Enable/Disable metric generation rules
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ruleUUIDs | array | Y | UUID list of aggregation generated metrics Allow empty: False |
Parameter Additional 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