]> git.proxmox.com Git - mirror_ovs.git/blob - ovsdb/_server.ovsschema
raft: Send all missing logs in one single append_request.
[mirror_ovs.git] / ovsdb / _server.ovsschema
1 {"name": "_Server",
2 "version": "1.1.0",
3 "cksum": "3236486585 698",
4 "tables": {
5 "Database": {
6 "columns": {
7 "name": {"type": "string"},
8 "model": {
9 "type": {"key": {"type": "string",
10 "enum": ["set", ["standalone", "clustered"]]}}},
11 "connected": {"type": "boolean"},
12 "leader": {"type": "boolean"},
13 "schema": {
14 "type": {"key": {"type": "string"}, "min": 0, "max": 1}},
15 "cid": {
16 "type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
17 "sid": {
18 "type": {"key": {"type": "uuid"}, "min": 0, "max": 1}},
19 "index": {
20 "type": {"key": {"type": "integer"}, "min": 0, "max": 1}}},
21 "isRoot": true}}}