Website: finalize cleanup of docs/agent/http/kv
This commit is contained in:
parent
8c85a4e981
commit
bec260c9ba
|
@ -4,13 +4,13 @@ page_title: "Key/Value store (HTTP)"
|
||||||
sidebar_current: "docs-agent-http-kv"
|
sidebar_current: "docs-agent-http-kv"
|
||||||
description: >
|
description: >
|
||||||
The KV endpoint is used to access Consul's simple key/value store, useful for storing
|
The KV endpoint is used to access Consul's simple key/value store, useful for storing
|
||||||
service configurations or other metadata.
|
service configuration or other metadata.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Key/Value HTTP Endpoint
|
# Key/Value HTTP Endpoint
|
||||||
|
|
||||||
The KV endpoint is used to access Consul's simple key/value store, useful for storing
|
The KV endpoint is used to access Consul's simple key/value store, useful for storing
|
||||||
service configurations or other metadata.
|
service configuration or other metadata.
|
||||||
|
|
||||||
It has only a single endpoint:
|
It has only a single endpoint:
|
||||||
|
|
||||||
|
@ -18,10 +18,10 @@ It has only a single endpoint:
|
||||||
|
|
||||||
The `GET`, `PUT` and `DELETE` methods are all supported.
|
The `GET`, `PUT` and `DELETE` methods are all supported.
|
||||||
|
|
||||||
By default the datacenter of the agent is queried; however, the dc can be provided
|
By default, the datacenter of the agent is queried; however, the dc can be provided
|
||||||
using the "?dc=" query parameter. It is important to note that each datacenter has
|
using the "?dc=" query parameter. It is important to note that each datacenter has
|
||||||
its own KV store, and there is no built-in replication between datacenters. If you
|
its own KV store, and there is no built-in replication between datacenters. If you
|
||||||
are interested replication between datacenters, look at the
|
are interested in replication between datacenters, look at the
|
||||||
[consul-replicate project](https://github.com/hashicorp/consul-replicate).
|
[consul-replicate project](https://github.com/hashicorp/consul-replicate).
|
||||||
|
|
||||||
The KV endpoint supports the use of ACL tokens.
|
The KV endpoint supports the use of ACL tokens.
|
||||||
|
|
Loading…
Reference in New Issue