@@ -39,6 +39,41 @@ configuration files of the service can be found in the **src/service** folder.
## Alerts API Endpoints
***GET*****/alerts?sfc={service function chain id}&sfci={service function chain instance id}&policy={policy id}&trigger={trigger id}***
This API method can be used to retrieve the generated alert task and alert topic identifiers during the processing of an alerts specification document.
These identifiers can then be used to interact with the Kapacitor HTTP API for further configiuration or modification of alerts - https://docs.influxdata.com/kapacitor/v1.4/working/api/.
* Request:
Expects a URL query string with the request parameters - **sfc**, **sfci**, **policy** and **trigger**. The given parameters must match the values used in the alerts specification