curl --location --request GET 'http://127.0.0.1/deployments//elasticsearch//remote-clusters' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
{
"resources": [
{
"info": {
"healthy": true,
"compatible": true,
"connected": true,
"trusted": true,
"trusted_back": true
},
"elasticsearch_ref_id": "string",
"deployment_id": "string",
"skip_unavailable": true,
"alias": "string"
}
]
}