Exporters (v1)

Creates a new schema exporter

Creates a new schema exporter. All attributes in request body are optional except config.

post/exporters

Request body

namestring

Name of the exporter

contextTypestring

Context type of the exporter. One of CUSTOM, NONE or AUTO (default)

contextstring

Customized context of the exporter if contextType equals CUSTOM.

subjectsstring[]

Name of each exporter subject

kekRenameFormatstring

Format string for the KEK name in the destination cluster, which may contain ${kek} as a placeholder for the originating KEK name. For example, dc_${kek} for the KEK aws_key will map to the destination KEK name dc_aws_key.

subjectRenameFormatstring

Format string for the subject name in the destination cluster, which may contain ${subject} as a placeholder for the originating subject name. For example, dc_${subject} for the subject orders will map to the destination subject name dc_orders.

configobject

The map containing exporter's configurations

Example request

{
  "name": "test-exporter",
  "contextType": "CUSTOM",
  "context": "User"
}

Response

Schema successfully registered.

Changes

No recorded changes to this endpoint across all 1 revision of this API.