2017-04-04 16:33:22 +00:00
|
|
|
---
|
|
|
|
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
|
2017-04-05 01:51:47 +00:00
|
|
|
order to use this interface. See the [ACL Guide](/docs/guides/acl.html#operator)
|
|
|
|
for more information.
|
2017-04-04 16:33:22 +00:00
|
|
|
|
|
|
|
See the [Outage Recovery](/docs/guides/outage.html) guide for some examples of
|
|
|
|
how these capabilities are used.
|
|
|
|
|
|
|
|
Please choose a sub-section in the navigation for more information.
|