Exporters (v1)
The API allows you to create, retrieve, update, and delete exporters.
Related guide: Manage Schemas in Confluent Cloud.
Gets all schema exporters
Retrieves a list of schema exporters that have been created.
Creates a new schema exporter
Creates a new schema exporter. All attributes in request body are optional except config.
Gets schema exporter by name
Retrieves the information of the schema exporter.
Update schema exporter by name
Updates the information or configurations of the schema exporter. All attributes in request body are optional.
Delete schema exporter by name
Deletes the schema exporter.
Gets schema exporter status by name
Retrieves the status of the schema exporter.
Gets schema exporter config by name
Retrieves the config of the schema exporter.
Update schema exporter config by name
Updates the configuration of the schema exporter.
Pause schema exporter by name
Pauses the state of the schema exporter.
Reset schema exporter by name
Reset the state of the schema exporter.
Resume schema exporter by name
Resume running of the schema exporter.