open-consul/website/content/partials/http_api_options_server.mdx

8 lines
405 B
Plaintext
Raw Normal View History

2020-04-06 20:27:35 +00:00
- `-datacenter=<name>` - Name of the datacenter to query. If unspecified, the
query will default to the datacenter of the Consul agent at the HTTP address.
2020-04-06 20:27:35 +00:00
- `-stale` - Permit any Consul server (non-leader) to respond to this request.
This allows for lower latency and higher throughput, but can result in stale
data. This option has no effect on non-read operations. The default value is
2020-04-06 20:27:35 +00:00
false.