*: 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:
dvonthenen
2018-01-23 14:00:20 -08:00
parent 7331949a47
commit db822ed38f
6 changed files with 319 additions and 235 deletions

View File

@@ -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": []
}
]
}
}