Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.41 KB

File metadata and controls

19 lines (15 loc) · 1.41 KB

EtcdserverpbStatusResponse

Properties

Name Type Description Notes
db_size str dbSize is the size of the backend database physically allocated, in bytes, of the responding member. [optional]
db_size_in_use str dbSizeInUse is the size of the backend database logically in use, in bytes, of the responding member. [optional]
errors list[str] errors contains alarm/health information and status. [optional]
header EtcdserverpbResponseHeader [optional]
is_learner bool isLearner indicates if the member is raft learner. [optional]
leader str leader is the member ID which the responding member believes is the current leader. [optional]
raft_applied_index str raftAppliedIndex is the current raft applied index of the responding member. [optional]
raft_index str raftIndex is the current raft committed index of the responding member. [optional]
raft_term str raftTerm is the current raft term of the responding member. [optional]
version str version is the cluster protocol version used by the responding member. [optional]

[Back to Model list] [Back to API list] [Back to README]