github.com/outbrain/consul@v1.4.5/website/source/docs/commands/_http_api_options_server.html.md (about) 1 * `-datacenter=<name>` - Name of the datacenter to query. If unspecified, the 2 query will default to the datacenter of the Consul agent at the HTTP address. 3 4 * `-stale` - Permit any Consul server (non-leader) to respond to this request. 5 This allows for lower latency and higher throughput, but can result in stale 6 data. This option has no effect on non-read operations. The default value is 7 false.