open-consul/website/pages/docs/commands/catalog/datacenters.mdx

33 lines
490 B
Plaintext
Raw Normal View History

2017-07-14 19:45:08 +00:00
---
2020-04-07 18:55:19 +00:00
layout: docs
page_title: 'Commands: Catalog List Datacenters'
sidebar_title: datacenters
2017-07-14 19:45:08 +00:00
---
# Consul Catalog List Datacenters
Command: `consul catalog datacenters`
The `catalog datacenters` command prints all known datacenters.
## 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'