Delete an Alarm Policy¶
post /api/v1/monitor/group/{monitor_uuid}/delete
Overview¶
Delete the specified alarm policy according to monitor_uuid
and transfer the checker under this packet to default packet.
Routing Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
monitor_uuid | string | Y | Alarm policy UUID |
Supplementary Description of Parameters¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/monitor/group/monitor_70a7e8549ea54bbeaeb9e4eaec52bad2/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure