etcd v2 HTTP API

The original etcd v2 API exposed a RESTful HTTP interface for key-value operations using a hierarchical directory structure. This API has been deprecated in favor of the v3 gRPC API and was removed from the default etcd build in later versions. Existing users should migrate to the v3 API.

API entry from apis.yml

apis.yml Raw ↑
aid: etcd:etcd-v2-api
name: etcd v2 HTTP API
description: The original etcd v2 API exposed a RESTful HTTP interface for key-value operations using
  a hierarchical directory structure. This API has been deprecated in favor of the v3 gRPC API and was
  removed from the default etcd build in later versions. Existing users should migrate to the v3 API.
humanURL: https://etcd.io/docs/v2.3/api/
properties:
- type: Documentation
  url: https://etcd.io/docs/v2.3/api/
- type: Deprecation Notice
  url: https://etcd.io/docs/v3.5/op-guide/v2-migration/
- type: Migration Guide
  url: https://etcd.io/docs/v3.5/op-guide/v2-migration/
tags:
- Deprecated
- HTTP
- Key-Value
- REST