open-consul/website/content/commands/catalog/datacenters.mdx

42 lines
894 B
Plaintext
Raw Normal View History

2017-07-14 19:45:08 +00:00
---
layout: commands
2020-04-07 18:55:19 +00:00
page_title: 'Commands: Catalog List Datacenters'
2017-07-14 19:45:08 +00:00
---
# Consul Catalog List Datacenters
Command: `consul catalog datacenters`
2022-01-11 13:26:58 +00:00
Corresponding HTTP API Endpoint: [\[GET\] /v1/catalog/datacenters](/api-docs/catalog#list-datacenters)
2017-07-14 19:45:08 +00:00
The `catalog datacenters` command prints all known datacenters.
The table below shows this command's [required ACLs](/api#authentication). Configuration of
[blocking queries](/api-docs/features/blocking) and [agent caching](/api-docs/features/caching)
are not supported from commands, but may be from the corresponding HTTP endpoint.
| ACL Required |
| ------------ |
| `none` |
2017-07-14 19:45:08 +00:00
## Examples
List all datacenters:
2020-05-19 18:32:38 +00:00
```shell-session
2017-07-14 19:45:08 +00:00
$ consul catalog datacenters
dc1
dc2
dc3
```
## Usage
Usage: `consul catalog datacenters [options]`
#### API Options
2020-04-07 18:55:19 +00:00
@include 'http_api_options_client.mdx'
2020-04-07 23:56:08 +00:00
2020-04-07 18:55:19 +00:00
@include 'http_api_options_server.mdx'