v1

latestSwagger 2.02026-07-178567199.3 KB
routes

Lists all the endpoints

List of the endpoints.

get/

Response

Returns the links to the top level endpoints.

mestring url

Location of the me endpoint.

layoutsstring url

Location of the layouts endpoint

sourcesstring url

Location of the sources endpoint

mappingsstring url

Location of the application mappings endpoint

dashboardsstring url

location of the dashboards endpoint

Example response

{
  "layouts": "/chronograf/v1/layouts",
  "mappings": "/chronograf/v1/mappings",
  "sources": "/chronograf/v1/sources",
  "me": "/chronograf/v1/me",
  "dashboards": "/chronograf/v1/dashboards",
  "external": {
    "statusFeed": "https://www.influxdata.com/feed/json",
    "custom": [
      {
        "name": "InfluxData",
        "url": "https://www.influxdata.com"
      }
    ]
  }
}
All 85 operations