mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: add alarm/health information in endpoint status
Update to remove raftIndex and document the Alarms() interface Fix formatting Fix typo
This commit is contained in:
@@ -2168,6 +2168,13 @@
|
||||
"type": "string",
|
||||
"format": "int64"
|
||||
},
|
||||
"errors": {
|
||||
"type": "array",
|
||||
"title": "errors contains alarm/health information and status",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"header": {
|
||||
"$ref": "#/definitions/etcdserverpbResponseHeader"
|
||||
},
|
||||
@@ -2410,4 +2417,4 @@
|
||||
"ApiKey": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user