fe2f650240
* ACL * ACL * Catalog * consul config * consul connect * top-level updates * consul intention * consul kv * consul namespace * consul peering * consul peering delete * consul services * consul snapshot * consul tls * consul acl auth-method * acl binding-rule * acl policy * acl role * acl token * fix * standardization * Update website/content/commands/snapshot/save.mdx Co-authored-by: Bryce Kalow <bkalow@hashicorp.com> * consul debug consul keyring Co-authored-by: Bryce Kalow <bkalow@hashicorp.com> Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
44 lines
1 KiB
Plaintext
44 lines
1 KiB
Plaintext
---
|
|
layout: commands
|
|
page_title: 'Commands: Catalog List Datacenters'
|
|
description: >-
|
|
The `consul catalog datacenters` command returns a list of all known datacenters.
|
|
---
|
|
|
|
# Consul Catalog List Datacenters
|
|
|
|
Command: `consul catalog datacenters`
|
|
|
|
Corresponding HTTP API Endpoint: [\[GET\] /v1/catalog/datacenters](/consul/api-docs/catalog#list-datacenters)
|
|
|
|
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` |
|
|
|
|
## Examples
|
|
|
|
List all datacenters:
|
|
|
|
```shell-session
|
|
$ consul catalog datacenters
|
|
dc1
|
|
dc2
|
|
dc3
|
|
```
|
|
|
|
## Usage
|
|
|
|
Usage: `consul catalog datacenters [options]`
|
|
|
|
#### API Options
|
|
|
|
@include 'http_api_options_client.mdx'
|
|
|
|
@include 'http_api_options_server.mdx'
|