v1

latestOpenAPI 3.0.32026-07-14314472448.6 KB
datasources

Get data source Id by Name. This function will be removed in the future.

If you are running Grafana Enterprise and have Fine-grained access control enabled you need to have a permission with action: datasources:read and scopes: datasources:*, datasources:name:* and datasources:name:test_datasource (single data source).

get/datasources/id/{name}

Path parameters

namestring required

Response

(empty)

idinteger required

ID Identifier of the data source.

Example response

{
  "id": 65
}