You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc here and other several instances say that the health endpoint is at /health but this is wrong since the health endpoint has been moved at /api/v2/monitor/health.
Solving the problem
Finding all instances in the doc that say /health as the health endpoint and changing them all to /api/v2/monitor/health.