latestOpenAPI 3.0.12026-08-188456240.4 KB

6e6982573ba6

KPI Management API

Check all KPIs

get/api/2.0/kpi

Response

Success

Example response

{
  "checkMySQL": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkMongoDB": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkMessageMQ": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkHostedConnector": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkQueryPreview": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkQuerySaveAndRunNow": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkDashboardLoad": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkWidgetLoad": {
    "status": "GREEN, YELLOW, RED"
  },
  "checkMongoReplicaSetStatus": {
    "status": "GREEN, YELLOW, RED"
  }
}