A newer version is available. For the latest information, see the
current release documentation.
Get cross-cluster search clustersedit
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.
Requestedit
GET /api/v1/clusters/elasticsearch/{cluster_id}/ccs
Path parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
Y |
Elasticsearch cluster identifier |
Responsesedit
-
200
-
List of cross-cluster search clusters' IDs for the remote cluster
-
404
-
The cluster specified by {cluster_id} cannot be found (code: 'clusters.cluster_not_found')
Request exampleedit
curl -XGET https://{{hostname}}/api/v1/clusters/elasticsearch/{cluster_id}/ccs \ -H "Authorization: ApiKey $ECE_API_KEY"