@ -32,6 +32,9 @@ modify different aspects of the server:
In the future additional security options will be added to the administration interface. This
work is tracked in `this <https://github.com/envoyproxy/envoy/issues/2763> `_ issue.
All mutations should be sent as HTTP POST operations. For a limited time, they will continue
to work with HTTP GET, with a warning logged.
.. http:get :: /
Render an HTML home page with a table of links to all available options.
@ -114,13 +117,13 @@ modify different aspects of the server:
:api: `envoy/admin/v2/config_dump.proto` for more information. That proto is in draft state and is
subject to change.
.. http:ge t :: /cpuprofiler
.. http:pos t :: /cpuprofiler
Enable or disable the CPU profiler. Requires compiling with gperftools.
.. _operations_admin_interface_healthcheck_fail:
.. http:ge t :: /healthcheck/fail
.. http:pos t :: /healthcheck/fail
Fail inbound health checks. This requires the use of the HTTP :ref:`health check filter
<config_http_filters_health_check>`. This is useful for draining a server prior to shutting it
@ -129,9 +132,9 @@ modify different aspects of the server:
.. _operations_admin_interface_healthcheck_ok:
.. http:ge t :: /healthcheck/ok
.. http:pos t :: /healthcheck/ok
Negate the effect of :http:ge t: `/healthcheck/fail` . This requires the use of the HTTP
Negate the effect of :http:pos t: `/healthcheck/fail` . This requires the use of the HTTP
:ref: `health check filter <config_http_filters_health_check>` .
.. http:get :: /hot_restart_version
@ -140,16 +143,16 @@ modify different aspects of the server:
.. _operations_admin_interface_logging:
.. http:ge t :: /logging
.. http:pos t :: /logging
Enable/disable different logging levels on different subcomponents. Generally only used during
development.
.. http:ge t :: /quitquitquit
.. http:pos t :: /quitquitquit
Cleanly exit the server.
.. http:ge t :: /reset_counters
.. http:pos t :: /reset_counters
Reset all counters to zero. This is useful along with :http:get: `/stats` during debugging. Note
that this does not drop any data sent to statsd. It just effects local output of the