grafana/pkg/api
Jeff Levin dc528cef0d
User API: add missing uid to user look up api (#112017)
2025-10-04 12:24:13 +03:00
..
apierrors fix: improve api error handling for dashboards and folders (#111831) 2025-10-01 09:54:14 +02:00
avatar
datasource
dtos Authz: Remove legacy API Key permissions (#110860) 2025-09-12 13:59:37 +02:00
frontendlogging
pluginproxy Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
response
routing
static
webassets FS: Get CDN prefix from configuration (#110615) 2025-09-08 15:57:03 +00:00
README.md Chore: Remove Bingo as Drone is removed (#110020) 2025-08-22 13:49:44 +02:00
accesscontrol.go Authz: Remove legacy API Key permissions (#110860) 2025-09-12 13:59:37 +02:00
admin.go
admin_encryption.go
admin_provisioning.go
admin_provisioning_test.go
admin_test.go
admin_users.go Preferences: Support Create+Update+Delete over apiserver (#111715) 2025-10-02 21:58:08 +03:00
admin_users_test.go
alerting.go Alerting: Migrate to integration schema (#111643) 2025-09-26 09:31:50 -04:00
annotations.go Annotations: Exclude internal dashboard id when saved via UID (#111535) 2025-09-24 12:51:20 +00:00
annotations_test.go Folders: Split legacy out of folder.Service (and remove folder.FolderStore) (#110734) 2025-09-08 18:27:49 +03:00
api.go FeatureToggles: Removed deprecated code (#111750) 2025-09-29 20:05:44 +03:00
api_test.go
basic_auth.go
basic_auth_test.go
common_test.go
dashboard.go Stars: Manage from apiserver (#111368) 2025-09-23 17:13:05 +03:00
dashboard_permission.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
dashboard_permission_test.go
dashboard_snapshot.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
dashboard_snapshot_test.go
dashboard_test.go Live: remove `annotations.Repository` (#111433) 2025-09-22 21:59:34 +03:00
dataproxy.go
datasources.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
datasources_test.go
ds_query.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
ds_query_test.go datasources: querier: renamed the "mt" builder to "qs" builder (#109779) 2025-08-19 12:37:56 +02:00
fakes.go
folder.go Nested folders: Remove feature flag (#109212) 2025-08-06 10:07:23 +03:00
folder_bench_test.go Folders: Split legacy out of folder.Service (and remove folder.FolderStore) (#110734) 2025-09-08 18:27:49 +03:00
folder_permission.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
folder_permission_test.go
folder_test.go Nested folders: Remove feature flag (#109212) 2025-08-06 10:07:23 +03:00
frontend_logging.go
frontend_logging_test.go
frontend_metrics.go
frontendsettings.go FS: Remove multiTenantFrontend flag (#110776) 2025-09-09 09:39:29 +00:00
frontendsettings_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
grafana_com_proxy.go
health.go
health_test.go
http_server.go FrontendService: Add tracing and logging middleware (#107956) 2025-07-22 18:55:44 +01:00
http_server_test.go
index.go I18n: Default regional format to Accept-Language header value (#108468) 2025-07-23 09:23:05 +01:00
login.go Forbid more redirect patterns (#110337) 2025-09-02 16:12:39 +02:00
login_oauth.go
login_oauth_test.go
login_test.go
org.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
org_invite.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
org_invite_test.go
org_test.go
org_users.go
org_users_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
password.go
playlist.go
plugin_checks.go
plugin_checks_test.go
plugin_dashboards.go
plugin_dashboards_test.go
plugin_metrics.go
plugin_metrics_test.go
plugin_proxy.go
plugin_proxy_test.go
plugin_resource.go
plugin_resource_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
plugins.go
plugins_test.go Plugins: Move store init to dskit service (#111823) 2025-10-02 19:53:31 -04:00
preferences.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
preferences_test.go
quota.go docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
quota_test.go
render.go
search.go
short_url.go ShortURL: Implement /goto with a sub-resource (#110972) 2025-09-15 16:56:20 +03:00
short_url_test.go ShortURL: Use the k8s API in the cleanup process (#109938) 2025-08-28 17:40:45 -03:00
signup.go
swagger.go
swagger_responses.go
swagger_tags.json docs(openapi): Cleanup tag usage and minor fixes (#105546) 2025-08-28 01:51:04 +04:00
user.go User API: add missing uid to user look up api (#112017) 2025-10-04 12:24:13 +03:00
user_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
user_token.go
user_token_test.go Forbid more redirect patterns (#110337) 2025-09-02 16:12:39 +02:00
utils.go

README.md

OpenAPI specifications

Since version 8.4, HTTP API details are specified using OpenAPI v2. Starting from version 9.1, there is also an OpenAPI v3 specification (generated by the v2 one using this script).

OpenAPI annotations

The OpenAPI v2 specification is generated automatically from the annotated Go code using go-swagger which scans the source code for annotation rules. Refer to this getting started guide for getting familiar with the toolkit.

Developers modifying the HTTP API endpoints need to make sure to add the necessary annotations so that their changes are reflected into the generated specifications.

Example of endpoint annotation

The following route defines a PATCH endpoint under the /serviceaccounts/{serviceAccountId} path with tag service_accounts (used for grouping together several routes) and operation ID updateServiceAccount (used for uniquely identifying routes and associate parameters and response with them).

For enterprise endpoints make sure you add the enterprise tag as well.


// swagger:route PATCH /serviceaccounts/{serviceAccountId} service_accounts updateServiceAccount
//
// # Update service account
//
// Required permissions (See note in the [introduction](https://grafana.com/docs/grafana/latest/developers/http_api/serviceaccount/#service-account-api) for an explanation):
// action: `serviceaccounts:write` scope: `serviceaccounts:id:1` (single service account)
//
// Responses:
// 200: updateServiceAccountResponse
// 400: badRequestError
// 401: unauthorisedError
// 403: forbiddenError
// 404: notFoundError
// 500: internalServerError

The go-swagger can discover such annotations by scanning any code imported by pkg/server but by convention we place the endpoint annotations above the endpoint definition.

Example of endpoint parameters

The following struct defines the route parameters for the updateServiceAccount endpoint. The route expects:

  • a path parameter denoting the service account identifier and
  • a body parameter with the new values for the specific service account

// swagger:parameters updateServiceAccount
type UpdateServiceAccountParams struct {
	// in:path
	ServiceAccountId int64 `json:"serviceAccountId"`
	// in:body
	Body serviceaccounts.UpdateServiceAccountForm
}

Example of endpoint response

The following struct defines the response for the updateServiceAccount endpoint in case of a successful 200 response.


// swagger:response updateServiceAccountResponse
type UpdateServiceAccountResponse struct {
	// in:body
	Body struct {
		Message        string                                    `json:"message"`
		ID             int64                                     `json:"id"`
		Name           string                                    `json:"name"`
		ServiceAccount *serviceaccounts.ServiceAccountProfileDTO `json:"serviceaccount"`
	}
}

OpenAPI generation

Developers can re-create the OpenAPI v2 and v3 specifications using the following command:

make swagger-clean && make openapi3-gen

They can observe its output into the public/api-merged.json and public/openapi3.json files.

Finally, they can browser and try out both the OpenAPI v2 and v3 via the Swagger UI editor (served by the grafana server) by navigating to /swagger.

If there are any issues generating the specifications (e.g., diff containing unrelated changes to your PR or unusually large diff), please run the following command to ensure your Swagger version is up to date, then re-run the make commands.

  • go tool github.com/go-swagger/go-swagger/cmd/swagger@v0.30.6