Get cross-cluster search clustersedit

DEPRECATED (Scheduled to be removed in the next major version): Returns the list of cross-cluster search clusters' IDs for the remote cluster.

Requestedit

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

Path parametersedit

Name Type Required Description

cluster_id

string

Y

Elasticsearch cluster identifier

Responsesedit

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')

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

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