Frontend Settings API
Example Request:
Example Response:
HTTP/1.1 200
Content-Type: application/json
{
"allowOrgCreate":true,
"appSubUrl":"",
"buildInfo":{
"buildstamp":xxxxxx,
"commit":"vyyyy",
},
"datasources":{
"datasourcename":{
"meta":{
"annotations":true,
"module":"plugins/datasource/grafana/datasource",
"name":"Grafana",
"partials":{
"annotations":"app/plugins/datasource/grafana/partials/annotations.editor.html",
"config":"app/plugins/datasource/grafana/partials/config.html"
},
"pluginType":"datasource",
"serviceName":"Grafana",
}
}
"defaultDatasource": "Grafana"
}
Login API
Example Request:
Example Response:
HTTP/1.1 200
Content-Type: application/json
{"message": "Logged in"}
Health API
Example Request
Example Response:
HTTP/1.1 200 OK
{
"commit": "087143285",
"database": "ok",
}