Get cross-cluster search clusters

edit

This endpoint is deprecated and scheduled to be removed in the next major version. Use the Elasticsearch remote cluster info API instead.

Returns the list of cross-cluster search clusters' IDs for the remote cluster.

Request

edit

GET /api/v1/clusters/elasticsearch/{cluster_id}/ccs

Path parameters

edit
Name Type Required Description

cluster_id

string

Y

Elasticsearch cluster identifier

Responses

edit
200

(CrossClusterSearchClusters)

List of cross-cluster search clusters' IDs for the remote cluster

404

(BasicFailedReply)

The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')

Request example

edit
curl -XGET https://{{hostname}}/api/v1/clusters/elasticsearch/{cluster_id}/ccs \
-H "Authorization: ApiKey $ECE_API_KEY"