2017-04-04 16:33:22 +00:00
|
|
|
---
|
|
|
|
layout: api
|
|
|
|
page_title: Operator - HTTP API
|
2020-04-13 18:40:26 +00:00
|
|
|
sidebar_title: Operator
|
2017-04-04 16:33:22 +00:00
|
|
|
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
|
2020-08-17 16:20:02 +00:00
|
|
|
operations manually, please check the documentation for the
|
2020-04-09 23:46:54 +00:00
|
|
|
[`consul operator`](/docs/commands/operator) command.
|
2017-04-04 16:33:22 +00:00
|
|
|
|
|
|
|
If ACLs are enabled then a token with operator privileges may be required in
|
2020-08-17 16:20:02 +00:00
|
|
|
order to use this interface. Check the [ACL Rules documentation](/docs/acl/acl-rules#operator-rules)
|
2017-04-05 01:51:47 +00:00
|
|
|
for more information.
|
2017-04-04 16:33:22 +00:00
|
|
|
|
2020-08-17 16:20:02 +00:00
|
|
|
Check the [Outage Recovery](https://learn.hashicorp.com/tutorials/consul/recovery-outage) tutorial for some examples of
|
2017-04-04 16:33:22 +00:00
|
|
|
how these capabilities are used.
|
|
|
|
|
|
|
|
Please choose a sub-section in the navigation for more information.
|