Skip to main content

Return a list of data sources

GET 

/v1/grafana/api/datasources/summary

Return a list of data sources for all accounts under the API token provided.

Request

Responses

successful query

Schema
  • Array [
  • id integer

    Data source Id

    uid string

    Data source UID

    name string

    Data source name

    type string

    Enum for the data source type. Can be eithern prometheus or elasticsearch.

    database string

    Metrics account ID

  • ]
Loading...