Open koliyo opened 1 year ago
Having the same issue -- is this endpoint disabled for AWS grafana?
Yes, /api/health
is not exposed for AWS Grafana. If you are trying to get the Grafana version,/api/frontend/settings
can be used alternatively.
@koliyo @nathanieltalbot Does /api/frontend/settings
solve your use-case? If not, can you share your use-case for /api/health
I am getting 400 Not Allowed on the
api/health
endpoint, even when using and admin token.I have no problem with other API endpoints, eg
api/dashboards/home
works fine.