grafana/pkg/services/ngalert/api/tooling
Kyle Brandt adcba36d39
AlertingAPI: update swagger json files match datasourceUid change (#33332)
* update swagger json files match datasourceUid change
underlying change made in https://github.com/grafana/grafana/pull/33282
* Document DatasourceUID field in AlertQuery model
* Run spec generation from inside a docker container
* Generate latest spec

Co-authored-by: Sofia Papagiannaki <sofia@grafana.com>
2021-04-27 16:50:30 +02:00
..
cmd/clean-swagger Fix/ngalert generation (#33172) 2021-04-20 13:12:32 -04:00
definitions [Alerting]: Add alerting endpoint for Query Evaluation (#33174) 2021-04-21 22:44:50 +03:00
swagger-codegen/templates Fix/ngalert generation (#33172) 2021-04-20 13:12:32 -04:00
index.html Inhouse alerting api (#33129) 2021-04-19 14:26:04 -04:00
Makefile AlertingAPI: update swagger json files match datasourceUid change (#33332) 2021-04-27 16:50:30 +02:00
post.json AlertingAPI: update swagger json files match datasourceUid change (#33332) 2021-04-27 16:50:30 +02:00
README.md Inhouse alerting api (#33129) 2021-04-19 14:26:04 -04:00
spec.json AlertingAPI: update swagger json files match datasourceUid change (#33332) 2021-04-27 16:50:30 +02:00

What

view api

This aims to define the unified alerting API as code. It generates OpenAPI definitions from go structs

Running

make openapi

Requires