Skip to content

Commit b3cd947

Browse files
committed
fix: Update Core.HealthReport and corresponding examples with cloudMatrix property.
1 parent 1cf1616 commit b3cd947

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

specs/Data-Gateway.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@
264264
],
265265
"type": "boolean"
266266
},
267+
"cloudMatrix": {
268+
"description": "Flag that indicates if the Cloud Matrix system is down (`false`) or not (`true`). False indicate the service is not working, true indicates the service is working.",
269+
"examples": [
270+
false
271+
],
272+
"type": "boolean"
273+
},
267274
"database": {
268275
"description": "Flag that indicates if the ORM (Database) system is down (`false`) or not (`true`). False indicate the service is not working, true indicates the service is working.",
269276
"examples": [
@@ -285,6 +292,7 @@
285292
"authClient": false,
286293
"authServer": true,
287294
"bulkStorage": true,
295+
"cloudMatrix": true,
288296
"database": false
289297
}
290298
]
@@ -4556,6 +4564,7 @@
45564564
"authClient": false,
45574565
"authServer": false,
45584566
"bulkStorage": true,
4567+
"cloudMatrix": true,
45594568
"database": true
45604569
}
45614570
},

0 commit comments

Comments
 (0)