v1

latestSwagger 2.02026-07-178567199.3 KB
sources
kapacitors

Retrieve list of configured kapacitors

get/sources/{id}/kapacitors

Path parameters

idstring required

ID of the source

Response

An array of kapacitors

Example response

{
  "kapacitors": [
    {
      "id": "4",
      "name": "kapa",
      "url": "http://localhost:9092",
      "active": false,
      "insecureSkipVerify": false,
      "links": {
        "proxy": "/chronograf/v1/sources/4/kapacitors/4/proxy",
        "self": "/chronograf/v1/sources/4/kapacitors/4",
        "rules": "/chronograf/v1/sources/4/kapacitors/4/rules"
      }
    }
  ]
}