44 lines
1.0 KiB
Plaintext
Raw Normal View History

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