Cluster Linking (v3)
List all cluster links in the dest cluster
link_id in ListLinksResponseData is deprecated and may be removed in a future release. Use the new cluster_link_id instead.
get/kafka/v3/clusters/{cluster_id}/links
Response
A list of link names and properties
Example response
{
"data": [
{
"category_counts": [
{
"count": 123
}
]
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.