v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Exporters

put/exporters/{name}

Path parameters

namestring required

Name of the exporter.

Request body

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

Context type for the exporter.

contextstring

The custom context to use, if contextType is CUSTOM.

subjectsstring[]

List of subject names to export.

kekRenameFormatstring

Format for renaming KEKs using ${kek} as a placeholder.

subjectRenameFormatstring

Format for renaming subject names using ${subject} as a placeholder.

configobject

Map of exporter-specific configuration options.

Response

The updated exporter's name.

namestring

Example response

{
  "name": "test-exporter"
}