Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

/connector-plugins
get:
summary: Lists available Connector plugins
...
...

/plugins

  get:

    summary: Returns plugin descriptions of all types

....

/plugins/{pluginTypeplugin-type}:

  get:

    summary: Returns plugin descriptions of the given type

    parameters:

      -in: path

        name: pluginTypeplugin-type

        schema:

          type: string

        required: true

        description: pluginType plugin-type can be one of Connectorconnector, Converterconverter, HeaderConverterheader-converter, Transformationtransformation, ConfigProvider, ConnectRestExtensionconfig-provider, connect-rest-extension

....

Return types for 200OK responses will be same schemas as existing return types for existing endpoint "GET /connector-plugins".

...