New

The executive guide to generative AI

Read more

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

Query parameters

edit
Name Type Required Description

organization_id

string

N

(Optional) Organization Id for which to retrieve the 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://{{hostname}}/api/v1/trusted-environments \
-H "Authorization: ApiKey $ECE_API_KEY"
Was this helpful?
Feedback