v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Exporters

Create a new schema exporter.

Creates a new schema exporter. All attributes in the request body are optional except for config, which is required.

post/exporters

Request body

namestring

Name of the exporter.

contextType'CUSTOM' | 'NONE' | 'AUTO'

Context type for the exporter. One of: CUSTOM, NONE, AUTO.

contextstring

The custom context name (used only if contextType is CUSTOM).

subjectsstring[]

A list of subject names to export.

kekRenameFormatstring

Format string to rename KEKs in the destination cluster.

subjectRenameFormatstring

Format string to rename subjects in the destination cluster.

configobject required

Map containing configuration settings for the exporter.

Response

The created exporter name.

namestring

Example response

{
  "name": "test-exporter"
}