v1
latestSwagger 2.02026-07-178567199.3 KBsources
kapacitors
Create new kapacitor backend
post/sources/{id}/kapacitors
Path parameters
idstring required
ID of the source
Request body
Example request
{
"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"
}
}Response
Kapacitor source successfully created
Example response
{
"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"
}
}