Merge "Migrate CPS to Spring-boot 3.0"
[cps.git] / cps-ncmp-service / src / test / resources / dmiPluginHealthCheckResponse.json
1 {
2   "status": "UP",
3   "components": {
4     "diskSpace": {
5       "status": "UP",
6       "details": {
7         "total": 269490393088,
8         "free": 228467286016,
9         "threshold": 10485760,
10         "exists": true
11       }
12     },
13     "livenessState": {
14       "status": "UP"
15     },
16     "ping": {
17       "status": "UP"
18     },
19     "readinessState": {
20       "status": "UP"
21     }
22   },
23   "groups": [
24     "liveness",
25     "readiness"
26   ]
27 }