Tap

admin.v2alpha.TapRequest

[admin.v2alpha.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

(service.tap.v2alpha.TapConfig, REQUIRED) The tap configuration to load.