@@ -179,6 +179,56 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
}
```
***DELETE*****/alerts***
This API method can be used to send an alert specification document, which is then used by the CLMC service to delete
alert tasks and deregister alert handlers in Kapacitor. Essentially, it is a clean-up endpoint for the alerts API.
For further information on the alert specification document, please check the [CLMC Alert Specification Documentation](AlertsSpecification.md).
* Request:
Expects a YAML-formatted file in the request referenced with ID ***alert-spec*** representing the TOSCA alert specification
document. The alert specification document is then parsed with the openstack TOSCA parser (https://github.com/openstack/tosca-parser/tree/master/toscaparser)
and validated against the CLMC alerts specification schema (again check [documentation](AlertsSpecification.md) for more info on this).