Shows information about a specified data sink or all data sinks.
Input Parameter Description
| Name | Type | Description |
|---|---|---|
| name | string | 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. |
| options | map of string to strings | Optional parameters. The default value is an empty map ( {} ). |
Output Parameter Description
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| datasink_names | array of strings | The data sink names. | ||||||||
| destination_types | array of strings | The destination type of the data sinks named in output parameter datasink_names. | ||||||||
| additional_info | array of maps of string to strings | Additional information about the respective data sinks in output parameter datasink_names.
| ||||||||
| info | map of string to strings | Additional information. |