Grafana http api (grafana entities: folder, datasource etc.) - complete model

hi all, where I can read/download resource api (swagger/openapi) file which describes json model of grafana apis like: folder, datasource, users etc.

Documentation is good but swagger/openapi file is very usefull to see all picture.

Tomas

I found this here: doc. There are two links in first paragraph:

Second one (open-api): Swagger Editor

You Grafana has also swagger very likely:

Users can browser and try out both via the Swagger UI editor (served by the grafana server) by navigating to /swagger-ui.

Thanks - it gives (/swagger-ui) me api of current grafana instance.