etcd/Documentation/v2/other_apis.md
Gyu-Ho Lee 49fe77eea0 Documentation/v2: 'etcd v2' to the title
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-06-29 16:10:05 -07:00

684 B

This is the documentation for etcd2 releases. Read etcd3 doc for etcd3 releases.

Miscellaneous APIs

Getting the etcd version

The etcd version of a specific instance can be obtained from the /version endpoint.

curl -L http://127.0.0.1:2379/version
etcd 2.0.12

Checking health of an etcd member node

etcd provides a /health endpoint to verify the health of a particular member.

curl http://10.0.0.10:2379/health
{"health": "true"}