ApisixPluginConfig/v2
#
SpecSee the definition on GitHub.
Field | Type | Description |
---|---|---|
plugins | array | Plugins that will be executed on the Route. |
plugins[].name | string | Name of the Plugin. See Plugin hub for a list of available Plugins. |
plugins[].enable | boolean | When set to true , enables the Plugin. |
plugins[].config | object | Configuration of the Plugin. Must have the same fields as in the Plugin docs. |