Get trusted environmentsedit

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

Requestedit

GET /api/v1/trusted-environments

Query parametersedit

Name Type Required Description

organization_id

string

N

(Optional) Organization Id for which to retrieve the trusted environments

Responsesedit

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 exampleedit

curl -XGET https://{{hostname}}/api/v1/trusted-environments \
-H "Authorization: ApiKey $ECE_API_KEY"