Shows information about a specified data sink or all data sinks.
Parameters
Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If ‘*’ is specified, information about all data sinks will be returned.
Optional parameters. The default value is an empty dict ( ).
Returns
A dict with the following entries–
The data sink names.
The destination type of the data sinks named in output parameter datasink_names.
Additional information about the respective data sinks in output parameter datasink_names. Allowed keys are:
destination – Destination for the output data in ‘destination_type://path[:port]’ format.
kafka_topic_name – Kafka topic if the data sink type is a Kafka broker.
user_name – Name of the remote system user.
Additional information.