v1

latestSwagger 2.02026-07-178567199.3 KB
sources
services

Retrieve list of services for a source

get/sources/{id}/services

Path parameters

idstring required

ID of the source

Response

An array of services

Example response

{
  "services": [
    {
      "id": "1",
      "sourceID": "1",
      "url": "http://localhost:8093",
      "insecureSkipVerify": false,
      "type": "flux",
      "metadata": {
        "active": true
      },
      "links": {
        "proxy": "/chronograf/v1/sources/1/services/1/proxy",
        "self": "/chronograf/v1/sources/1/services/1",
        "source": "/chronograf/v1/sources/1"
      }
    }
  ]
}