Skip to content

【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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "14686566169126699349"
} 

Feedback

Is this page helpful? ×