33 lines
494 B
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'
sidebar_title: datacenters
2017-07-14 15:45:08 -04:00
---
# Consul Catalog List Datacenters
Command: `consul catalog datacenters`
The `catalog datacenters` command prints all known datacenters.
## 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'