9074778c0c
* fixing links in the docs post guide migartion. * fixed one more * Update website/source/docs/acl/acl-legacy.html.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> * Update website/source/docs/enterprise/connect-multi-datacenter/index.html.md * Updating based on comments and fixing word wrap * Update website/source/api/acl-legacy.html.md * Update website/source/api/acl/acl.html.md * Update website/source/docs/agent/options.html.md * Update website/source/docs/faq.html.md * Update website/source/docs/internals/architecture.html.md * Update website/source/docs/agent/encryption.html.md
25 lines
933 B
Markdown
25 lines
933 B
Markdown
---
|
|
layout: api
|
|
page_title: Operator - HTTP API
|
|
sidebar_current: api-operator
|
|
description: |-
|
|
The /operator endpoints provide cluster-level tools for Consul operators,
|
|
such as interacting with the Raft subsystem.
|
|
---
|
|
|
|
# Operator HTTP Endpoint
|
|
|
|
The `/operator` endpoints provide cluster-level tools for Consul operators,
|
|
such as interacting with the Raft subsystem. For a CLI to perform these
|
|
operations manually, please see the documentation for the
|
|
[`consul operator`](/docs/commands/operator.html) command.
|
|
|
|
If ACLs are enabled then a token with operator privileges may be required in
|
|
order to use this interface. See the [ACL Rules documentation](/docs/acl/acl-rules.html#operator-rules)
|
|
for more information.
|
|
|
|
See the [Outage Recovery](https://learn.hashicorp.com/consul/day-2-operations/outage) guide for some examples of
|
|
how these capabilities are used.
|
|
|
|
Please choose a sub-section in the navigation for more information.
|