Set certificate based remote clusters
Overwrites or creates the list of certificate based remote clusters for the elasticsearch resource.
Path parameters
-
deployment_id
string Required Identifier for the Deployment.
-
ref_id
string Required User-specified RefId for the Resource (or '_main' if there is only one).
PUT
/deployments/{deployment_id}/elasticsearch/{ref_id}/remote-clusters
curl \
--request PUT 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}/remote-clusters' \
--header "Content-Type: application/json" \
--data '{"resources":[{"deployment_id":"string","elasticsearch_ref_id":"string","alias":"string","skip_unavailable":true}]}'