Added database_lock_state to statusSchema

This commit is contained in:
Trevor Clinkenbeard 2019-09-06 14:26:25 -07:00 committed by tclinken
parent 2b6961826e
commit 2d216f7ae5
1 changed files with 4 additions and 1 deletions

View File

@ -297,7 +297,10 @@ const KeyRef JSONSchemas::statusSchema = LiteralStringRef(R"statusSchema(
},
"degraded_processes":0,
"database_available":true,
"database_locked":false,
"database_lock_state": {
"locked": true,
"lockUID": "00000000000000000000000000000000"
},
"generation":2,
"latency_probe":{
"read_seconds":7,