Tap

admin.v3.TapRequest

[admin.v3.TapRequest proto]

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

  1. {
  2. "config_id": "...",
  3. "tap_config": "{...}"
  4. }

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.