Tap

This documentation is for the Envoy v3 API.

As of Envoy v1.18 the v2 API has been removed and is no longer supported.

If you are upgrading from v2 API config you may wish to view the v2 API documentation:

admin.v3.TapRequest

[admin.v3.TapRequest proto]

The /tap admin request body that is used to configure an active tap session.

{
  "config_id": "...",
  "tap_config": "{...}"
}
config_id

(string, REQUIRED) The opaque configuration ID used to match the configuration to a loaded extension. A tap extension configures a similar opaque ID that is used to match.

tap_config

(config.tap.v3.TapConfig, REQUIRED) The tap configuration to load.