delete_exporter | DELETE | name | Deletes the schema exporter. |
get_exporter_config_by_name | EXEC | name | Retrieves the config of the schema exporter. |
get_exporter_info_by_name | EXEC | name | Retrieves the information of the schema exporter. |
get_exporter_status_by_name | EXEC | name | Retrieves the status of the schema exporter. |
list_exporters | EXEC | | Retrieves a list of schema exporters that have been created. |
pause_exporter_by_name | EXEC | name | Pauses the state of the schema exporter. |
register_exporter | EXEC | | Creates a new schema exporter. All attributes in request body are optional except config. |
reset_exporter_by_name | EXEC | name | Reset the state of the schema exporter. |
resume_exporter_by_name | EXEC | name | Resume running of the schema exporter. |
update_exporter_config_by_name | EXEC | name | Retrieves the config of the schema exporter. |
update_exporter_info | EXEC | name | Updates the information or configurations of the schema exporter. All attributes in request body are optional. |