mirror of https://github.com/status-im/consul.git
Update segment api docs
This commit is contained in:
parent
20296d4a89
commit
5d861b3a91
|
@ -3,13 +3,13 @@ layout: api
|
||||||
page_title: Network Segments - Operator - HTTP API
|
page_title: Network Segments - Operator - HTTP API
|
||||||
sidebar_current: api-operator-segment
|
sidebar_current: api-operator-segment
|
||||||
description: |-
|
description: |-
|
||||||
The /operator/segments endpoints expose the network segment information via
|
The /operator/segment endpoint exposes the network segment information via
|
||||||
Consul's HTTP API.
|
Consul's HTTP API.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Network Areas - Operator HTTP API
|
# Network Areas - Operator HTTP API
|
||||||
|
|
||||||
The `/operator/segment` endpoints provide tools to manage network segments via
|
The `/operator/segment` endpoint provides tools to manage network segments via
|
||||||
Consul's HTTP API.
|
Consul's HTTP API.
|
||||||
|
|
||||||
~> **Enterprise-only!** This API endpoint and functionality only exists in
|
~> **Enterprise-only!** This API endpoint and functionality only exists in
|
||||||
|
@ -49,7 +49,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ curl \
|
$ curl \
|
||||||
https://consul.rocks/v1/operator/segment/list
|
https://consul.rocks/v1/operator/segment
|
||||||
```
|
```
|
||||||
|
|
||||||
### Sample Response
|
### Sample Response
|
||||||
|
|
Loading…
Reference in New Issue