aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/src/test/resources/dmiPluginHealthCheckResponse.json
blob: 753222005e88061945e3be404a7bfa219e11378e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "status": "UP",
  "components": {
    "diskSpace": {
      "status": "UP",
      "details": {
        "total": 269490393088,
        "free": 228467286016,
        "threshold": 10485760,
        "exists": true
      }
    },
    "livenessState": {
      "status": "UP"
    },
    "ping": {
      "status": "UP"
    },
    "readinessState": {
      "status": "UP"
    }
  },
  "groups": [
    "liveness",
    "readiness"
  ]
}