Exporters (v1)

Update schema exporter by name

Updates the information or configurations of the schema exporter. All attributes in request body are optional.

put/exporters/{name}

Path parameters

namestring required

Name of the exporter

Request body

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

{
  "contextType": "CUSTOM",
  "context": "User"
}

Response

The original request.

Changes

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