{
  "health": "DEGRADED",
  "services": {
    "post-sales": {
      "status": "UP",
      "http": 200,
      "latency_ms": 8
    },
    "pre-sales": {
      "status": "DOWN",
      "http": 401,
      "latency_ms": 1
    },
    "post-sales-reports": {
      "status": "UP",
      "http": 200,
      "latency_ms": 8
    },
    "pre-sales-reports": {
      "status": "DOWN",
      "http": 401,
      "latency_ms": 1
    },
    "platform": {
      "status": "UP",
      "http": 200,
      "latency_ms": 3
    }
  }
}