Cluster Linking (v3)

List all cluster links in the dest cluster

Generally Available

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

kindstring required

Example response

{
  "data": [
    {
      "category_counts": [
        {
          "count": 123
        }
      ]
    }
  ]
}

Changes