TrustedEnvironments

edit

Get trusted environments

edit

Returns the list of trusted environments for the organization. If no organization is passed in, the organization attached to the user is assumed.

Request

edit

GET /api/v1/trusted-environments

Responses

edit
200

(ElasticsearchClusterTrustSettings)

Trusted environments for this organization

404

(BasicFailedReply)

Organization not found. (code: organization.not_found)

Headers

x-cloud-error-codes (string; allowed values: [organization.not_found])
The error codes associated with the response

Request example

edit
curl -XGET https://api.elastic-cloud.com/api/v1/trusted-environments \
-H "Authorization: ApiKey $EC_API_KEY"