Frontend Settings API

Example Request:

Example Response:

  1. HTTP/1.1 200
  2. Content-Type: application/json
  3. {
  4. "allowOrgCreate":true,
  5. "appSubUrl":"",
  6. "buildInfo":{
  7. "buildstamp":xxxxxx,
  8. "commit":"vyyyy",
  9. },
  10. "datasources":{
  11. "datasourcename":{
  12. "meta":{
  13. "annotations":true,
  14. "module":"plugins/datasource/grafana/datasource",
  15. "name":"Grafana",
  16. "partials":{
  17. "annotations":"app/plugins/datasource/grafana/partials/annotations.editor.html",
  18. "config":"app/plugins/datasource/grafana/partials/config.html"
  19. },
  20. "pluginType":"datasource",
  21. "serviceName":"Grafana",
  22. }
  23. }
  24. "defaultDatasource": "Grafana"
  25. }

Login API

Example Request:

Example Response:

  1. HTTP/1.1 200
  2. Content-Type: application/json
  3. {"message": "Logged in"}

Health API

Example Request

Example Response:

  1. HTTP/1.1 200 OK
  2. {
  3. "commit": "087143285",
  4. "database": "ok",
  5. }