The REST API for clusters and services are working, but when I use alerts, then it responds with error.
/api/v1/clusters/<clustername> works but,
/api/v1/clusters/<clustername>/alerts has following output
{
“status”: 404,
“message”: “Not Found”
}